summaryrefslogtreecommitdiffstats
path: root/usr/local/www/reboot.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-03 16:37:36 +0000
committerBill Marquette <billm@pfsense.org>2005-07-03 16:37:36 +0000
commitcc430b65ca453a356693af20caf1c79bcd894933 (patch)
tree12711f6c530710aac45edd51a3e1a90c4c016815 /usr/local/www/reboot.php
parent96d9f5c9d67554ec166637da198d68a6b52118d5 (diff)
downloadpfsense-cc430b65ca453a356693af20caf1c79bcd894933.zip
pfsense-cc430b65ca453a356693af20caf1c79bcd894933.tar.gz
use $pgtitle
Diffstat (limited to 'usr/local/www/reboot.php')
-rwxr-xr-xusr/local/www/reboot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/reboot.php b/usr/local/www/reboot.php
index 1bbb13b..9f19897 100755
--- a/usr/local/www/reboot.php
+++ b/usr/local/www/reboot.php
@@ -48,7 +48,7 @@ include("head.inc");
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
-<p class="pgtitle">Reboot system</p>
+<p class="pgtitle"><?=$pgtitle?></p>
<?php if ($rebootmsg): echo print_info_box($rebootmsg); else: ?>
<form action="reboot.php" method="post">
<p><strong>Are you sure you want to reboot the system?</strong></p>
OpenPOWER on IntegriCloud