Commit 248e15ba authored by Benoit Rat's avatar Benoit Rat Committed by Adam Wujek

www: increase default timeout for reboot

since v5.0.x the WRS needs more time. We prefer to increase the reboot
time in order to properly refresh the web page after a reboot.
parent 80f773b6
......@@ -1338,7 +1338,7 @@ function echoSelectedClassIfRequestMatches($requestUri)
return 'class="selected"';
}
function wrs_reboot($timeout=40){
function wrs_reboot($timeout=60){
sleep(1);
header ('Location: reboot.php?timeout='.$timeout);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment