@@ -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 |