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

test

parent 2004139d
......@@ -34,4 +34,8 @@ function dirtoArray($dir, $root = ''){
}
return $Notindexed;
}
echo var_dump(dirtoArray($dir));
\ No newline at end of file
dirtoArray($dir);
foreach ($Notindexed as $value) {
echo $value.PHP_EOL;
}
\ 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