@@ -23,6 +23,6 @@ |
||
| 23 | 23 | } |
| 24 | 24 | $found = ($result['found'] === true) ? 1 : 0; |
| 25 | 25 | sleep(1); |
| 26 | - header("location:" . BASE_HREF . "/" . $index . "/" . $type . "?res=success&req=delete&f=".$found); |
|
| 26 | + header("location:" . BASE_HREF . "/" . $index . "/" . $type . "?res=success&req=delete&f=" . $found); |
|
| 27 | 27 | exit; |
| 28 | 28 | } |
| 29 | 29 | \ No newline at end of file |
@@ -1,6 +1,6 @@ |
||
| 1 | 1 | <?php |
| 2 | 2 | |
| 3 | -$config =[ |
|
| 3 | +$config = [ |
|
| 4 | 4 | 'base_dir' => dirname(dirname(__DIR__)), |
| 5 | 5 | 'base_url' => 'http://127.0.0.1:8080', |
| 6 | 6 | 'app_name' => 'Elastico', |