Update index.php

pull/8/head
SuperDev 3 years ago committed by GitHub
parent 61e008f257
commit fe7180faf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -117,9 +117,10 @@ $version_filename = 'latest.txt?token=GHSAT0AAAAAAB4S7HM4SZGF7VWPABQO3KRSY5FDV4Q
<?=version?>
</p>
<?php
if($server_version>version){
if($server_version > version){
echo '<p>update available</p>';
}
echo $server_version;
?>
</p>
</div>

Loading…
Cancel
Save