summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_install.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_install.php
parent931066a8b2caf39e7e3e0d45ea40ecbc86f2aa0d (diff)
downloadpfsense-96d9f5c9d67554ec166637da198d68a6b52118d5.zip
pfsense-96d9f5c9d67554ec166637da198d68a6b52118d5.tar.gz
Use $pgtitle
Diffstat (limited to 'usr/local/www/pkg_mgr_install.php')
-rwxr-xr-xusr/local/www/pkg_mgr_install.php8
1 files changed, 3 insertions, 5 deletions
diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php
index 4e7df4d..6eeb7b2 100755
--- a/usr/local/www/pkg_mgr_install.php
+++ b/usr/local/www/pkg_mgr_install.php
@@ -38,16 +38,14 @@ $sendto = "output";
$todo = array();
-$pgtitle = "System: Packages: Installed";
+$pgtitle = "System: Package Manager: Install Package";
include("head.inc");
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
-<?php
-include("fbegin.inc");
-?>
-<p class="pgtitle">System: Package Manager: Install Package</p>
+<?php include("fbegin.inc"); ?>
+<p class="pgtitle"><?=$pgtitle?></p>
<form action="pkg_mgr_install.php" method="post">
<?php if ($savemsg) print_info_box($savemsg); ?>
OpenPOWER on IntegriCloud