change message
This commit is contained in:
parent
8d3e4a3f3b
commit
950d5e12f4
@ -1,8 +1,7 @@
|
|||||||
<div id="boxes">
|
<div id="boxes">
|
||||||
<div id="dialog" class="window">
|
<div id="dialog" class="window">
|
||||||
New Update Available,
|
New Update Available!
|
||||||
|
|
||||||
Update via update.bat
|
|
||||||
<?php
|
<?php
|
||||||
if(isset($_POST['submit']))
|
if(isset($_POST['submit']))
|
||||||
{
|
{
|
||||||
@ -13,7 +12,7 @@ echo exec('Update.bat');
|
|||||||
// display the form
|
// display the form
|
||||||
?>
|
?>
|
||||||
<form action="" method="post">
|
<form action="" method="post">
|
||||||
<input type="submit" name="submit" value="DO IT!">
|
<input type="submit" name="submit" value="GET IT!">
|
||||||
</form>
|
</form>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user