Commit ac690ab7 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 37ac4c32
......@@ -202,24 +202,11 @@ class Media {
;
break;
}
/*foreach ($value as $key2 => $value2) {
if(!in_array($key2, array("@attributes"))){
echo " ".$key2." ".$value2.PHP_EOL;
}
}*/
}
//var_dump($array);
//print_r($array);
//print_r($vals);
foreach ($array as $key => $value) {
echo " ".$key." => '".$value."'".PHP_EOL;
}
//var_dump($array);
//return
}
private function getRunTime($laufzeit){
$string = explode(" ", $laufzeit);
......@@ -236,7 +223,7 @@ class Media {
unset($Arr[array_search($value, $Arr)]);
}
foreach ( $Arr AS $Key => $Value){
if(is_dir ($dir.'/'.$Value) AND !in_array($Value, $FolderIgnor)){
if(is_dir ($dir.'/'.$Value) AND !in_array($Value, $this->config["FolderIgnor"])){
$SubDir = dirtoArray($dir.'/'.$Value, $root.'/'.$Value);
}
else{
......
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