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

test

parent fc78fb9a
......@@ -640,7 +640,8 @@ class Media {
$array = array();
if(is_file($Pfad.$Filename)){
echo "Datei: ".$Pfad." > ".$Filename.PHP_EOL;
echo stripos( $Pfad.$Filename,"(BD)");
exit;
if((stripos($Pfad.$Filename,"(TV)") >0)){
$array["source"] = "TV";
}
......
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