Commit a2ebd37d authored by Nico Schallehn's avatar Nico Schallehn

test

parent b383c19a
# Created by https://www.gitignore.io/api/eclipse
### Eclipse ###
.metadata
bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
# Eclipse Core
.project
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
# PyDev specific (Python IDE for Eclipse)
*.pydevproject
# CDT-specific (C/C++ Development Tooling)
.cproject
# JDT-specific (Eclipse Java Development Tools)
.classpath
# Java annotation processor (APT)
.factorypath
# PDT-specific (PHP Development Tools)
.buildpath
# sbteclipse plugin
.target
# Tern plugin
.tern-project
# TeXlipse plugin
.texlipse
# STS (Spring Tool Suite)
.springBeans
# Code Recommenders
.recommenders/
<?php
header("Content-Type: text/html; charset=utf-8");
$files = array("Version.txt","Changelog.txt","MediaDBViewer.apk");
$Server = "http://mediadb.ddns.net/app/";
......@@ -13,6 +14,9 @@ foreach ($files as $value) {
}
?>
Aktuelle Version: <?php echo file_get_contents($Local."Version.txt")?><br>
<a href="MediaDBViewer.apk">Download!</a><br>
<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