commit
9b31928b08
@ -38,6 +38,10 @@ iframe {
|
||||
border: none;
|
||||
}
|
||||
|
||||
div.UpdateNotify {
|
||||
color: Red;
|
||||
}
|
||||
|
||||
|
||||
</style>
|
||||
|
||||
|
12
main.php
12
main.php
@ -95,11 +95,6 @@ $('.window').hide();
|
||||
<?php include 'config.php';?>
|
||||
<?php include 'http://home.k-world.me.uk/version.txt';?>
|
||||
|
||||
<?php
|
||||
if ($localversion != $remoteversion) {
|
||||
require "updatenotify.php";
|
||||
}
|
||||
?>
|
||||
|
||||
<div class="head">
|
||||
<?php echo "<p style=\" text-align: center;\">$yourname's Server Access</p>";?>
|
||||
@ -194,6 +189,13 @@ if ($showversion > "0") {
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
<div class="UpdateNotify">
|
||||
<?php
|
||||
if ($localversion != $remoteversion) {
|
||||
require "updatenotify2.php";
|
||||
}
|
||||
?>
|
||||
</div>
|
||||
|
||||
<div id="stats">
|
||||
<?php
|
||||
|
@ -20,7 +20,10 @@ echo exec('Update.bat');
|
||||
<?php
|
||||
}
|
||||
?>
|
||||
<div id="popupfoot"> <a href="#" class="close agree" >Not Now...</a></div>
|
||||
Change Log - <br />
|
||||
-Added Links to Status Widget <br />
|
||||
-Added Links to Force CouchPotato processing in Config <br />
|
||||
<div id="popupfoot"> <a href="#" class="close agree" >Not Now...</a></div>
|
||||
|
||||
</div>
|
||||
<div id="mask"></div>
|
||||
|
3
updatenotify2.php
Normal file
3
updatenotify2.php
Normal file
@ -0,0 +1,3 @@
|
||||
<?php
|
||||
echo "<p style=\" text-align: center;\">New Update Available</p>";
|
||||
?>
|
Loading…
x
Reference in New Issue
Block a user