Commit 02ebea36 authored by Nico Schallehn's avatar Nico Schallehn

final2 test

parent 52f0b84b
...@@ -139,7 +139,7 @@ class Media { ...@@ -139,7 +139,7 @@ class Media {
echo $this->Console->getColoredString("Info!","black", "red")."Film wurde bereits verarbeitet!! Bitte Outputfile in 'phpTestout' löschen!".PHP_EOL; echo $this->Console->getColoredString("Info!","black", "red")."Film wurde bereits verarbeitet!! Bitte Outputfile in 'phpTestout' löschen!".PHP_EOL;
}*/else{ }*/else{
$Pfad = $value[2].(strlen($value[0])>0?$value[0].'/':''); $Pfad = $value[2].(strlen($value[0])>0?'/':'');
$PfadOrg = (strlen($value[0])>0?$value[0].'/':''); $PfadOrg = (strlen($value[0])>0?$value[0].'/':'');
$FilenameOrg = $value[1]; $FilenameOrg = $value[1];
$Endung = trim(substr($FilenameOrg,strripos( $FilenameOrg,".")+1)); $Endung = trim(substr($FilenameOrg,strripos( $FilenameOrg,".")+1));
...@@ -752,7 +752,7 @@ class Media { ...@@ -752,7 +752,7 @@ class Media {
$Endung = trim(substr($Value,strripos( $Value,".")+1)); $Endung = trim(substr($Value,strripos( $Value,".")+1));
if(!in_array($Endung, $this->config["FileEndungIgnor"]) ){ if(!in_array($Endung, $this->config["FileEndungIgnor"]) ){
$this->FolderArray[] = array($root, $Value, $dir); $this->FolderArray[] = array($root, $Value, $dir);
echo "Füge hinzu: ".$dir."<>".$root."<>".$Value.PHP_EOL; //echo "Füge hinzu: ".$dir."<>".$root."<>".$Value.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