new update msg
This commit is contained in:
parent
79851fd6ce
commit
3c40fd70f5
@ -38,6 +38,10 @@ iframe {
|
|||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div.UpdateNotify {
|
||||||
|
color: Red;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
12
main.php
12
main.php
@ -95,11 +95,6 @@ $('.window').hide();
|
|||||||
<?php include 'config.php';?>
|
<?php include 'config.php';?>
|
||||||
<?php include 'http://home.k-world.me.uk/version.txt';?>
|
<?php include 'http://home.k-world.me.uk/version.txt';?>
|
||||||
|
|
||||||
<?php
|
|
||||||
if ($localversion != $remoteversion) {
|
|
||||||
require "updatenotify.php";
|
|
||||||
}
|
|
||||||
?>
|
|
||||||
|
|
||||||
<div class="head">
|
<div class="head">
|
||||||
<?php echo "<p style=\" text-align: center;\">$yourname's Server Access</p>";?>
|
<?php echo "<p style=\" text-align: center;\">$yourname's Server Access</p>";?>
|
||||||
@ -194,6 +189,13 @@ if ($showversion > "0") {
|
|||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</div>
|
</div>
|
||||||
|
<div class="UpdateNotify">
|
||||||
|
<?php
|
||||||
|
if ($localversion != $remoteversion) {
|
||||||
|
require "updatenotify2.php";
|
||||||
|
}
|
||||||
|
?>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="stats">
|
<div id="stats">
|
||||||
<?php
|
<?php
|
||||||
|
@ -20,6 +20,9 @@ echo exec('Update.bat');
|
|||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
|
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 id="popupfoot"> <a href="#" class="close agree" >Not Now...</a></div>
|
||||||
|
|
||||||
</div>
|
</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