fix update
This commit is contained in:
parent
45cfc1ec39
commit
6753afe9d5
5
main.php
5
main.php
@ -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
4
version.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<?php
|
||||||
|
//// KLANDING VERSION
|
||||||
|
$remoteversion = "1.1"; //
|
||||||
|
?>
|
Loading…
x
Reference in New Issue
Block a user