Commit 4cf02db2 authored by Nico Schallehn's avatar Nico Schallehn

test

parent d635a938
...@@ -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);/*
foreach ($Notindexed as $value) { foreach ($Notindexed as $value) {
echo $value.PHP_EOL; echo $value.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