summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_installed.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-05 23:40:21 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-05 23:40:21 +0000
commitf8e335a3161234d680a0b413eba89b2ec68d6437 (patch)
tree9454fa8f52ee9bf74c6baac35da69ed31df72a31 /usr/local/www/pkg_mgr_installed.php
parent64092c34bdb44b132ff4e87b1f6715d220540fe0 (diff)
downloadpfsense-f8e335a3161234d680a0b413eba89b2ec68d6437.zip
pfsense-f8e335a3161234d680a0b413eba89b2ec68d6437.tar.gz
Include pkg-utils.inc to atleast get the scripts running again. It doesn't install correctly however.
Diffstat (limited to 'usr/local/www/pkg_mgr_installed.php')
-rwxr-xr-xusr/local/www/pkg_mgr_installed.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/pkg_mgr_installed.php b/usr/local/www/pkg_mgr_installed.php
index fbf74fc..9f87481 100755
--- a/usr/local/www/pkg_mgr_installed.php
+++ b/usr/local/www/pkg_mgr_installed.php
@@ -30,6 +30,7 @@
require("guiconfig.inc");
require("pkg-utils.inc");
+require_once("pkg-utils.inc");
foreach($config['installedpackages']['package'] as $instpkg) {
$tocheck[] = $instpkg['name'];
OpenPOWER on IntegriCloud