summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xusr/local/www/reboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/reboot.php b/usr/local/www/reboot.php
index 3863795..95c6f04 100755
--- a/usr/local/www/reboot.php
+++ b/usr/local/www/reboot.php
@@ -48,8 +48,8 @@ if ($_POST) {
<form action="reboot.php" method="post">
<p><strong>Are you sure you want to reboot the system?</strong></p>
<p>
- <input name="Submit" type="submit" class="formbtn" value=" No ">
<input name="Submit" type="submit" class="formbtn" value=" Yes ">
+ <input name="Submit" type="submit" class="formbtn" value=" No ">
</p>
</form>
<?php endif; ?>
OpenPOWER on IntegriCloud