From a86c158d032aa1d9255eb1db59217fb39c2980e8 Mon Sep 17 00:00:00 2001 From: jim-p Date: Thu, 23 Feb 2012 08:36:33 -0500 Subject: Make the reboot time estimate a little more realisitic. --- usr/local/www/reboot.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/local/www/reboot.php') 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 ""; 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; } -- cgit v1.1