Alert user when shutting down

This commit is contained in:
Scott Ullrich 2005-08-06 18:59:44 +00:00
parent 41901fa691
commit 276ba52127

View File

@ -35,6 +35,12 @@ require("guiconfig.inc");
$pgtitle = "Diagnostics: Reboot System";
include("head.inc");
if ($_POST) {
if ($_POST['Submit'] == " Yes ") {
$rebootmsg = "The system is rebooting now. This may take one minute.";
}
}
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>