Completed
Push — master ( f2feb8...f0d71d )
by Mehmet
02:58
created
app/controllers/es/doc.delete.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -23,6 +23,6 @@
 block discarded – undo
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
Please login to merge, or discard this patch.
app/app_config.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1,6 +1,6 @@
 block discarded – undo
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',
Please login to merge, or discard this patch.