Commit 9abf7dd9 authored by Nico Schallehn's avatar Nico Schallehn

test

parent ea4f42de
......@@ -127,7 +127,7 @@ class Media {
$Counter=0;
//var_dump($FilmeArr);
foreach ($FilmeArr as $value) {
echo $value[2].(strlen($value[0])>0?$value[0].'/':'').$value[1].PHP_EOL.PHP_EOL.PHP_EOL.PHP_EOL;
echo $value[2]."<>".(strlen($value[0])>0?$value[0].'/':'')."<>".$value[1].PHP_EOL.PHP_EOL.PHP_EOL.PHP_EOL;
$array = $this->parseMovie($value[2].(strlen($value[0])>0?$value[0].'/':''), $value[1],$action);
if(($array == false)){
echo $this->Console->getColoredString(" ","black", "red").PHP_EOL;
......@@ -749,10 +749,10 @@ class Media {
echo PHP_EOL.$dir.''.$Value." ". ($root==""?"":$root.'/').$Value.PHP_EOL;
}
else{
$Endung = trim(substr($Value,strripos( $Value,".")+1));
if(!in_array($Endung, $this->config["FileEndungIgnor"]) ){
$this->FolderArray[] = array($root, $Value, $dir);
echo "Füge hinzu: "$dir."<>".$root."<>".$Value;
}
}
}
......
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