summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_installed.php
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2005-07-03 16:35:36 +0000
committerBill Marquette <billm@pfsense.org>2005-07-03 16:35:36 +0000
commit96d9f5c9d67554ec166637da198d68a6b52118d5 (patch)
tree90069edab4fb9f5277d72aa18d955ac435c979cd /usr/local/www/pkg_mgr_installed.php
parent931066a8b2caf39e7e3e0d45ea40ecbc86f2aa0d (diff)
downloadpfsense-96d9f5c9d67554ec166637da198d68a6b52118d5.zip
pfsense-96d9f5c9d67554ec166637da198d68a6b52118d5.tar.gz
Use $pgtitle
Diffstat (limited to 'usr/local/www/pkg_mgr_installed.php')
-rwxr-xr-xusr/local/www/pkg_mgr_installed.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/usr/local/www/pkg_mgr_installed.php b/usr/local/www/pkg_mgr_installed.php
index 76f0d1b..609c72d 100755
--- a/usr/local/www/pkg_mgr_installed.php
+++ b/usr/local/www/pkg_mgr_installed.php
@@ -38,16 +38,14 @@ if(is_array($config['installedpackages']['package'])) {
$currentvers = get_pkg_info($tocheck, array('version', 'xmlver'));
}
-$pgtitle = "System: Packages: Installed";
+$pgtitle = "System: Package Manager";
include("head.inc");
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
-<?php
-include("fbegin.inc");
-?>
-<p class="pgtitle">System: Package Manager</p>
+<?php include("fbegin.inc"); ?>
+<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>
OpenPOWER on IntegriCloud