Rooni commited on
Commit
82a3be0
·
verified ·
1 Parent(s): f7299fc

Delete test.php

Browse files
Files changed (1) hide show
  1. test.php +0 -9
test.php DELETED
@@ -1,9 +0,0 @@
1
- <?php
2
- header('Content-Type: application/json');
3
-
4
- $response = array(
5
- 'success' => true
6
- );
7
-
8
- echo json_encode($response);
9
- ?>