summaryrefslogtreecommitdiffstats
path: root/usr/local/www/reboot.php
diff options
context:
space:
mode:
Diffstat (limited to 'usr/local/www/reboot.php')
-rwxr-xr-xusr/local/www/reboot.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/reboot.php b/usr/local/www/reboot.php
index 07faa19..3f7eeda 100755
--- a/usr/local/www/reboot.php
+++ b/usr/local/www/reboot.php
@@ -42,7 +42,7 @@ require("captiveportal.inc");
if ($_POST) {
if ($_POST['Submit'] == gettext(" Yes ")) {
- $rebootmsg = gettext("The system is rebooting now. This may take one minute.");
+ $rebootmsg = gettext("The system is rebooting now. This may take a few minutes, depending on your hardware.");
} else {
Header("Location: /");
}
@@ -73,7 +73,7 @@ if ($_POST) {
if ($_POST['Submit'] == $reply) {
echo "<meta http-equiv=\"refresh\" content=\"70;url=/\">";
system_reboot();
- $rebootmsg = gettext("The system is rebooting now. This may take one minute.");
+ $rebootmsg = gettext("The system is rebooting now. This may take a few minutes, depending on your hardware.");
} else {
exit;
}
OpenPOWER on IntegriCloud