Commit 1c173fe7 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 4cf02db2
...@@ -35,8 +35,8 @@ function dirtoArray($dir, $root = ''){ ...@@ -35,8 +35,8 @@ function dirtoArray($dir, $root = ''){
return $Notindexed; return $Notindexed;
} }
dirtoArray($dir); dirtoArray($dir);
var_dump($Notindexed);/* //var_dump($Notindexed);
foreach ($Notindexed as $value) { foreach ($Notindexed as $value) {
echo $value.PHP_EOL; echo $value[0]." ".$value[1].PHP_EOL;
}*/ }
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment