diff options
Diffstat (limited to 'usr/local')
-rwxr-xr-x | usr/local/www/reboot.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/reboot.php b/usr/local/www/reboot.php index 8aba122..56a12bd 100755 --- a/usr/local/www/reboot.php +++ b/usr/local/www/reboot.php @@ -65,7 +65,6 @@ if ($_POST) { system_reboot(); $rebootmsg = "The system is rebooting now. This may take one minute."; } else { - header("Location: index.php"); exit; } } |