Commit e73491e9 authored by Nico Schallehn's avatar Nico Schallehn

test

parent 6dee9c7e
<?php
header("Content-Type: text/html; charset=utf-8");
$files = array("Version.txt","Changelog.txt","MediaDBViewer.apk");
$Server = "http://mediadb.ddns.net/app/";
......
......@@ -97,9 +97,7 @@ if(isset($_SESSION['api-key']) OR (isset($_COOKIE['api-key']) AND isset($_COOKIE
<h2>Aktuelle Version: <?php echo file_get_contents("app/Version.txt")?></h2>
<a href="app/MediaDBViewer.apk">Download!</a><br>
<pre>
<?php echo file_get_contents("app/Changelog.txt")?>
</pre>
<pre><?php echo file_get_contents("app/Changelog.txt")?></pre>
<?php }else if(isset($_GET["action"]))
{
......
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