From: <abe...@us...> - 2016-12-01 21:55:43
|
Revision: 8006 http://sourceforge.net/p/astlinux/code/8006 Author: abelbeck Date: 2016-12-01 21:55:41 +0000 (Thu, 01 Dec 2016) Log Message: ----------- web interface, add another 5 seconds to the default reboot time Modified Paths: -------------- branches/1.0/package/webinterface/altweb/common/functions.php Modified: branches/1.0/package/webinterface/altweb/common/functions.php =================================================================== --- branches/1.0/package/webinterface/altweb/common/functions.php 2016-12-01 21:30:56 UTC (rev 8005) +++ branches/1.0/package/webinterface/altweb/common/functions.php 2016-12-01 21:55:41 UTC (rev 8006) @@ -187,7 +187,7 @@ function systemREBOOT($myself, $result, $setup = FALSE) { global $global_prefs; - $count_down_secs = 125; + $count_down_secs = 130; if (($adjust = getPREFdef($global_prefs, 'system_reboot_timer_adjust')) !== '') { $count_down_secs += (int)$adjust; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |