summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr.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.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.php')
-rwxr-xr-xusr/local/www/pkg_mgr.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr.php b/usr/local/www/pkg_mgr.php
index cc05f63..78de506 100755
--- a/usr/local/www/pkg_mgr.php
+++ b/usr/local/www/pkg_mgr.php
@@ -29,7 +29,7 @@
*/
require("guiconfig.inc");
-require("pkg-utils.inc");
+require_once("pkg-utils.inc");
if ($_POST) {
OpenPOWER on IntegriCloud