Commit 6dee9c7e authored by Nico Schallehn's avatar Nico Schallehn

test

parent 210e4b99
......@@ -93,7 +93,13 @@ if(isset($_SESSION['api-key']) OR (isset($_COOKIE['api-key']) AND isset($_COOKIE
<?php if($_GET["action"] == "app")
{
?>
app infos ausgeben...
<h1>MediaDB Viewer - Android App</h1>
<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>
<?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