Commit d635a938 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 1aceac24
...@@ -28,7 +28,7 @@ function dirtoArray($dir, $root = ''){ ...@@ -28,7 +28,7 @@ function dirtoArray($dir, $root = ''){
//$OutArray = array_merge($OutArray, $SubDir); //$OutArray = array_merge($OutArray, $SubDir);
} }
else{ else{
$Notindexed[] = $root.'/'.$Value; $Notindexed[] = array($root, $Value);
//echo $root.'/'.$Value.PHP_EOL; //echo $root.'/'.$Value.PHP_EOL;
} }
} }
...@@ -37,5 +37,6 @@ function dirtoArray($dir, $root = ''){ ...@@ -37,5 +37,6 @@ function dirtoArray($dir, $root = ''){
dirtoArray($dir); dirtoArray($dir);
foreach ($Notindexed as $value) { foreach ($Notindexed as $value) {
echo $value.PHP_EOL; 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