mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Alert user when shutting down
This commit is contained in:
parent
41901fa691
commit
276ba52127
@ -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"); ?>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user