Commit 86289e80 authored by Nico Schallehn's avatar Nico Schallehn

test

parent bacaea8d
......@@ -388,7 +388,7 @@ class Media {
if(!file_exists($this->config["CoverDir"]."Staffeln/full/".$Film2["season_nr"].".jpg")){
echo " Lade Cover (".$Film2["season_nr"].") von Markus ....";
$url = "http://mediadb.ddns.net/cover/Staffeln/full/".$Film2["season_nr"].".jpg";
//echo $url.PHP_EOL;
echo $url;
shell_exec("wget ".$url." -O ".$this->config["CoverDir"]."Staffeln/full/".$Film2["season_nr"].".jpg > /dev/null 2>&1"); //");//
if(filesize($this->config["CoverDir"]."Staffeln/full/".$Film2["season_nr"].".jpg")>0){
echo "done".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