summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_defaults.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-03 15:42:30 +0000
committerBill Marquette <billm@pfsense.org>2005-07-03 15:42:30 +0000
commit310b2c069313b2e89e882ee8be36db0ca77690e7 (patch)
treea22ddacf9d337beba03e5daf87d2ad5feb52050c /usr/local/www/diag_defaults.php
parentcab0986cba091ab07debabca1c44ab4bffd14e28 (diff)
downloadpfsense-310b2c069313b2e89e882ee8be36db0ca77690e7.zip
pfsense-310b2c069313b2e89e882ee8be36db0ca77690e7.tar.gz
Use $pgtitle for consistency
Diffstat (limited to 'usr/local/www/diag_defaults.php')
-rwxr-xr-xusr/local/www/diag_defaults.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_defaults.php b/usr/local/www/diag_defaults.php
index b02df12..14653ef 100755
--- a/usr/local/www/diag_defaults.php
+++ b/usr/local/www/diag_defaults.php
@@ -52,7 +52,7 @@ include("head.inc");
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
-<p class="pgtitle">Diagnostics: Factory defaults</p>
+<p class="pgtitle"><?=$pgtitle?></p>
<?php if ($rebootmsg): echo print_info_box($rebootmsg); else: ?>
<form action="diag_defaults.php" method="post">
<p><strong>If you click &quot;Yes&quot;, the firewall will be reset
OpenPOWER on IntegriCloud