mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Revert commit made to wrong branch. This addresses #325.
This commit is contained in:
parent
68c50bd1ce
commit
94fbf63157
@ -107,8 +107,8 @@ include("fbegin.inc");
|
||||
} else {
|
||||
$pkgs = array();
|
||||
$instpkgs = array();
|
||||
if($config['extensions']['packages']['package'])
|
||||
foreach($config['extensions']['packages']['package'] as $instpkg) $instpkgs[] = $instpkg['name'];
|
||||
if($config['installedpackages']['package'] != "")
|
||||
foreach($config['installedpackages']['package'] as $instpkg) $instpkgs[] = $instpkg['name'];
|
||||
$pkg_names = array_keys($pkg_info);
|
||||
$pkg_keys = array();
|
||||
foreach($pkg_names as $name) {
|
||||
@ -165,3 +165,4 @@ include("fbegin.inc");
|
||||
<?php include("fend.inc"); ?>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user