Project

General

Profile

« Previous | Next » 

Revision 21038c67

Added by Scott Ullrich over 15 years ago

1 minute != 40 seconds. Change to 70 and give the slower boots a chance to boot

View differences:

usr/local/www/reboot.php
68 68
<?php
69 69
if ($_POST) {
70 70
	if ($_POST['Submit'] == " Yes ") {
71
		echo "<meta http-equiv=\"refresh\" content=\"40;url=/\">";
71
		echo "<meta http-equiv=\"refresh\" content=\"70;url=/\">";
72 72
		system_reboot();
73 73
		$rebootmsg = "The system is rebooting now. This may take one minute.";
74 74
	} else {

Also available in: Unified diff