fix update

This commit is contained in:
Karl Hudgell 2016-01-12 18:21:31 +00:00
parent 45cfc1ec39
commit 6753afe9d5
2 changed files with 5 additions and 4 deletions

View File

@ -80,10 +80,7 @@ $('.window').hide();
<div class="innertube"> <div class="innertube">
<?php include 'config.php';?> <?php include 'config.php';?>
<?php include 'http://home.k-world.me.uk/version.php';?> <?php include 'http://home.k-world.me.uk/version.txt';?>
<?php echo "<p style=\" text-align: center;\">$localversion</p>";?>
<?php echo "<p style=\" text-align: center;\">$version</p>";?>
<?php <?php
if ($localversion != $remoteversion) { if ($localversion != $remoteversion) {

4
version.txt Normal file
View File

@ -0,0 +1,4 @@
<?php
//// KLANDING VERSION
$remoteversion = "1.1"; //
?>