Commit bab2faec authored by Nico Schallehn's avatar Nico Schallehn

test

parent 0b2bb81f
......@@ -24,7 +24,7 @@ $Notindexed;
function dirtoArray($dir, $root = ''){
$Arr = scandir($dir);
global $Notindexed;
$FolderIgnor = array('.@__thumb', '@Recycle', 'HD-Serien', 'Die Olsenbande', 'Serien', 'FilmeALT', 'Filme');
$FolderIgnor = array('.@__thumb', '@Recycle', 'HD-Serien', 'Die Olsenbande', 'Serien', 'FilmeALT', 'Filme', 'Filme3D');
unset($Arr[array_search('.', $Arr)]);
unset($Arr[array_search('..', $Arr)]);
unset($Arr[array_search('.@__thumb', $Arr)]);
......@@ -95,7 +95,7 @@ foreach ($Notindexed as $value) {
//echo exec($befehl);
}else{
//echo "Keine Infos zu ".$dir.$value[0]."/".$value[1]." gefunden!".PHP_EOL;
echo "Keine Infos zu ".$dir.$value[0]."/".$value[1]." gefunden!".PHP_EOL;
}
}
......
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