summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_confbak.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_confbak.php
parentcab0986cba091ab07debabca1c44ab4bffd14e28 (diff)
downloadpfsense-310b2c069313b2e89e882ee8be36db0ca77690e7.zip
pfsense-310b2c069313b2e89e882ee8be36db0ca77690e7.tar.gz
Use $pgtitle for consistency
Diffstat (limited to 'usr/local/www/diag_confbak.php')
-rwxr-xr-xusr/local/www/diag_confbak.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/local/www/diag_confbak.php b/usr/local/www/diag_confbak.php
index d3a2430..c8acba1 100755
--- a/usr/local/www/diag_confbak.php
+++ b/usr/local/www/diag_confbak.php
@@ -49,14 +49,14 @@ cleanup_backupcache();
$confvers = get_backups();
unset($confvers['versions']);
-$pgtitle = "";
+$pgtitle = "Diagnostics: Configuration History";
include("head.inc");
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
-<p class="pgtitle">Diagnostics: Configuration History</p>
+<p class="pgtitle"><?=$pgtitle?></p>
<?php if($savemsg) print_info_box($savemsg); ?>
<div id="mainarea">
<table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr><td>
@@ -123,4 +123,4 @@ Rounded("div#mainarea","bl br","#FFF","#eeeeee","smooth");
</script>
</body>
-</html> \ No newline at end of file
+</html>
OpenPOWER on IntegriCloud