summaryrefslogtreecommitdiffstats
path: root/usr/local/www/diag_backup.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_backup.php
parentcab0986cba091ab07debabca1c44ab4bffd14e28 (diff)
downloadpfsense-310b2c069313b2e89e882ee8be36db0ca77690e7.zip
pfsense-310b2c069313b2e89e882ee8be36db0ca77690e7.tar.gz
Use $pgtitle for consistency
Diffstat (limited to 'usr/local/www/diag_backup.php')
-rwxr-xr-xusr/local/www/diag_backup.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/diag_backup.php b/usr/local/www/diag_backup.php
index e6d00ed..491aa0e 100755
--- a/usr/local/www/diag_backup.php
+++ b/usr/local/www/diag_backup.php
@@ -183,7 +183,7 @@ include("head.inc");
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
<?php include("fbegin.inc"); ?>
- <p class="pgtitle">Diagnostics: Backup/restore</p>
+<p class="pgtitle"><?=$pgtitle?></p>
<form action="diag_backup.php" method="post" enctype="multipart/form-data" onSubmit="window.open('progress.php?conffile=<?=$id?>','UploadMeter','width=370,height=115', true); return true; ">
<?php if ($input_errors) print_input_errors($input_errors); ?>
<?php if ($savemsg) print_info_box($savemsg); ?>
OpenPOWER on IntegriCloud