]> git.gsnw.org Git - m0n0chwall.git/commitdiff
Make webgui/reboot.php a tiny bit safer...
authormkasper <mkasper@e36fee2c-cc09-0410-a7cc-ebac5c6737de>
Thu, 12 Jan 2006 18:03:01 +0000 (18:03 +0000)
committermkasper <mkasper@e36fee2c-cc09-0410-a7cc-ebac5c6737de>
Thu, 12 Jan 2006 18:03:01 +0000 (18:03 +0000)
git-svn-id: https://svn.m0n0.ch/wall/trunk@40 e36fee2c-cc09-0410-a7cc-ebac5c6737de

webgui/reboot.php

index 11b9f882b312429a9ef80a984fd5f335e82f6382..76561a3a43d0c40b63ac34264218eaa192a0b221 100644 (file)
@@ -33,7 +33,7 @@ $pgtitle = array("Diagnostics", "Reboot system");
 require("guiconfig.inc");
 
 if ($_POST) {
-       if ($_POST['Submit'] != " No ") {
+       if ($_POST['Submit'] == " Yes ") {
                system_reboot();
                $rebootmsg = "The system is rebooting now. This may take one minute.";
        } else {