commit 5c11fab53dd8cad074572eb6203cea3d771303c6
parent 57c91ea0123ad442ffbaf4f4aa334437e1633b92
Author: MTRNord <mtrnord1@gmail.com>
Date: Tue, 3 Feb 2015 15:49:35 +0100
I always forgot it xD
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/api.php b/api.php
@@ -15,7 +15,7 @@ if ($root_3[1] == 'core') {
}
echo "$root_1";
echo "$root_2";
-echo "$root_3";
+var_dump($root_3);
$check = !file_exists($root . 'core/config/connect.db.inc.php');
echo $check;
if (!file_exists('core/config/connect.db.inc.php')) {