summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr.php
diff options
context:
space:
mode:
authorChris Buechler <cmb@pfsense.org>2010-12-31 03:29:08 -0500
committerChris Buechler <cmb@pfsense.org>2010-12-31 03:29:08 -0500
commitbf924b162a6f7ab3bae5f5d5ee93c52c5345fb13 (patch)
tree1ec265f8b39787c0691a22221c759ffa386e4562 /usr/local/www/pkg_mgr.php
parente85604b8ff4374c42bc16cbe8f5013c5a242dffc (diff)
downloadpfsense-bf924b162a6f7ab3bae5f5d5ee93c52c5345fb13.zip
pfsense-bf924b162a6f7ab3bae5f5d5ee93c52c5345fb13.tar.gz
since packages aren't version-specific anymore, clarify to Available Packages
Diffstat (limited to 'usr/local/www/pkg_mgr.php')
-rwxr-xr-xusr/local/www/pkg_mgr.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php
index b82ed26..3109313 100755
--- a/usr/local/www/pkg_mgr.php
+++ b/usr/local/www/pkg_mgr.php
@@ -88,7 +88,8 @@ include("head.inc");
$testing_version = substr($version, $hyphen + 1, strlen($version) - $hyphen);
$tab_array = array();
- $tab_array[] = array($version . gettext("packages"), $requested_version <> "" ? false : true, "pkg_mgr.php");
+ $tab_array[] = array(gettext("Available Packages"), $requested_version <> "" ? false : true, "pkg_mgr.php");
+// $tab_array[] = array($version . gettext("packages"), $requested_version <> "" ? false : true, "pkg_mgr.php");
// $tab_array[] = array("Packages for any platform", $requested_version == "none" ? true : false, "pkg_mgr.php?ver=none");
// $tab_array[] = array("Packages with a different version", $requested_version == "other" ? true : false, "pkg_mgr.php?ver=other");
$tab_array[] = array(gettext("Installed Packages"), false, "pkg_mgr_installed.php");
OpenPOWER on IntegriCloud