summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/pkg.php
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2015-09-21 16:07:34 -0300
committerRenato Botelho <renato@netgate.com>2015-09-21 16:07:34 -0300
commitb365d2ea3ea2bbf9224f25b9c3239235c30fe65c (patch)
tree521f6923d43fd07baf9b73562086992168d76b42 /src/usr/local/www/pkg.php
parent22d95a680eeba1b5b077ce2fee78adce938a7118 (diff)
parent8141416fb2dab0349a938eeaa2563253b489dfe7 (diff)
downloadpfsense-b365d2ea3ea2bbf9224f25b9c3239235c30fe65c.zip
pfsense-b365d2ea3ea2bbf9224f25b9c3239235c30fe65c.tar.gz
Merge pull request #1787 from k-paulius/patch-pkg-1
Diffstat (limited to 'src/usr/local/www/pkg.php')
-rwxr-xr-xsrc/usr/local/www/pkg.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/usr/local/www/pkg.php b/src/usr/local/www/pkg.php
index c56ece5..bc264af 100755
--- a/src/usr/local/www/pkg.php
+++ b/src/usr/local/www/pkg.php
@@ -73,11 +73,6 @@ if ($pkg['include_file'] != "") {
require_once($pkg['include_file']);
}
-$package_name = $pkg['menu'][0]['name'];
-$section = $pkg['menu'][0]['section'];
-$config_path = $pkg['configpath'];
-$title = $pkg['title'];
-
if ($_REQUEST['startdisplayingat']) {
$startdisplayingat = $_REQUEST['startdisplayingat'];
}
@@ -154,7 +149,7 @@ if ($pkg['custom_php_command_before_form'] <> "") {
eval($pkg['custom_php_command_before_form']);
}
-$pgtitle = array($title);
+$pgtitle = array($pkg['title']);
include("head.inc");
?>
@@ -378,7 +373,6 @@ include("head.inc");
</tr>
<?php
$i = 0;
- $pagination_startingrow = 0;
$pagination_counter = 0;
if ($evaledvar) {
foreach ($evaledvar as $ip) {
OpenPOWER on IntegriCloud