Commit e2619173 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 1252880d
<?php <?php
header("Content-type: text/xml");
$files = array("Version.txt","Changelog.txt"); $files = array("Version.txt","Changelog.txt");
$Server = "http://mediadb.ddns.net/app/"; $Server = "http://mediadb.ddns.net/app/";
...@@ -9,7 +8,7 @@ foreach ($files as $value) { ...@@ -9,7 +8,7 @@ foreach ($files as $value) {
echo "Starte Download von ".$value."..."; echo "Starte Download von ".$value."...";
shell_exec("wget ".$Server.$value." -O ".$Local.$value." > /dev/null 2>&1"); shell_exec("wget ".$Server.$value." -O ".$Local.$value." > /dev/null 2>&1");
echo "done\n"; echo "done<br>\n";
} }
?> ?>
\ 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