change message

This commit is contained in:
Karl Hudgell 2016-01-12 20:59:15 +00:00
parent 8d3e4a3f3b
commit 950d5e12f4

View File

@ -1,8 +1,7 @@
<div id="boxes">
<div id="dialog" class="window">
New Update Available,
New Update Available!
Update via update.bat
<?php
if(isset($_POST['submit']))
{
@ -13,7 +12,7 @@ echo exec('Update.bat');
// display the form
?>
<form action="" method="post">
<input type="submit" name="submit" value="DO IT!">
<input type="submit" name="submit" value="GET IT!">
</form>
<?php
}