diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2009-06-24 18:48:19 -0400 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2009-06-24 18:48:19 -0400 |
commit | 2b9fbe3ab59fa958715e8b2ccb17dcb730f880b2 (patch) | |
tree | d7303ed74e746e931257f326dce4252737f38e08 | |
parent | be8de62e2501cfb1a84622cd95b168b2db9bb7ba (diff) | |
download | pfsense-2b9fbe3ab59fa958715e8b2ccb17dcb730f880b2.zip pfsense-2b9fbe3ab59fa958715e8b2ccb17dcb730f880b2.tar.gz |
Nuke Available its wasting tab space.
-rwxr-xr-x | usr/local/www/pkg_mgr.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php index 4143b66..b81299d 100755 --- a/usr/local/www/pkg_mgr.php +++ b/usr/local/www/pkg_mgr.php @@ -81,7 +81,7 @@ include("head.inc"); $testing_version = substr($version, $hyphen + 1, strlen($version) - $hyphen); $tab_array = array(); - $tab_array[] = array("Available {$version} packages", $requested_version <> "" ? false : true, "pkg_mgr.php"); + $tab_array[] = array("{$version} 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("Installed Packages", false, "pkg_mgr_installed.php"); |