Skip to content
Snippets Groups Projects
Commit 7970f462 authored by Tilman Vatteroth's avatar Tilman Vatteroth :robot:
Browse files

debugausgabe lesbarer gemacht

parent 293e475b
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ for ($i=1;$i<($url_arr_size-2);$i++) ...@@ -21,7 +21,7 @@ for ($i=1;$i<($url_arr_size-2);$i++)
$ROOT_DIR.="/".$url_arr[$i]; $ROOT_DIR.="/".$url_arr[$i];
} }
if ($debug) if ($debug)
echo $ROOT_DIR; echo "root: ".$ROOT_DIR."\n";
/*end finding*/ /*end finding*/
$panel = null; $panel = null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment