Commit e17f2321 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 6d11aa5f
......@@ -6,7 +6,7 @@ $Local = "/var/www/mediadb.ivaya.de/MediaDBViewerAPI/app/";
foreach ($files as $value) {
echo "Starte Download von ".$value."...";
echo("wget ".$Server.$value." -O ".$Local.$value." > /dev/null 2>&1");
shell_exec("wget ".$Server.$value." -O ".$Local.$value." "); //> /dev/null 2>&1
echo "done<br>\n";
}
......
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