summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_install.php
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2014-02-18 13:25:44 +0000
committerErmal <eri@pfsense.org>2014-02-18 16:39:59 +0000
commit0635519b6e359383233a508c8498e5f9443e672a (patch)
tree4b31a6eef58f414b641dcb2144c5f68caff7a1f0 /usr/local/www/pkg_mgr_install.php
parentb8ab37b8296c11a6e2f85c2b121c8d5c23a6b6db (diff)
downloadpfsense-0635519b6e359383233a508c8498e5f9443e672a.zip
pfsense-0635519b6e359383233a508c8498e5f9443e672a.tar.gz
Remove code that is commented
Diffstat (limited to 'usr/local/www/pkg_mgr_install.php')
-rwxr-xr-xusr/local/www/pkg_mgr_install.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php
index 289505c..72ced9c 100755
--- a/usr/local/www/pkg_mgr_install.php
+++ b/usr/local/www/pkg_mgr_install.php
@@ -65,11 +65,8 @@ include("head.inc");
<tr>
<td>
<?php
-// $version = file_get_contents("/etc/version");
$tab_array = array();
$tab_array[] = array(gettext("Available packages"), false, "pkg_mgr.php");
-// $tab_array[] = array("Packages for any platform", false, "pkg_mgr.php?ver=none");
-// $tab_array[] = array("Packages for a different platform", $requested_version == "other" ? true : false, "pkg_mgr.php?ver=other");
$tab_array[] = array(gettext("Installed packages"), false, "pkg_mgr_installed.php");
$tab_array[] = array(gettext("Package Installer"), true, "");
display_top_tabs($tab_array);
OpenPOWER on IntegriCloud