Commit b383c19a authored by Nico Schallehn's avatar Nico Schallehn

changelog anzeigen

parent e17f2321
......@@ -5,10 +5,14 @@ $Server = "http://mediadb.ddns.net/app/";
$Local = "/var/www/mediadb.ivaya.de/MediaDBViewerAPI/app/";
foreach ($files as $value) {
echo "Starte Download von ".$value."...";
echo "Starte Download von ".$value." ...";
shell_exec("rm ".$Local.$value);
shell_exec("wget ".$Server.$value." -O ".$Local.$value." "); //> /dev/null 2>&1
echo "done<br>\n";
echo " done<br>\n";
}
?>
\ No newline at end of file
?>
<pre>
<?php echo file_get_contents($Local."Changelog.txt")?>
</pre>
\ No newline at end of file
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