summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_install.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2009-11-21 19:28:00 -0500
committerScott Ullrich <sullrich@pfsense.org>2009-11-21 19:28:00 -0500
commit7a927e67a591995c9d4c6e03d6a9c7ee4445c2bf (patch)
tree84b1e7aa7d4f97984067b2cbe404f7dbf0d1f4a0 /usr/local/www/pkg_mgr_install.php
parent5f2d078e7d7d2b63c486d7da081f48e4616fc4a7 (diff)
downloadpfsense-7a927e67a591995c9d4c6e03d6a9c7ee4445c2bf.zip
pfsense-7a927e67a591995c9d4c6e03d6a9c7ee4445c2bf.tar.gz
Require filter.inc and shaper.inc
Diffstat (limited to 'usr/local/www/pkg_mgr_install.php')
-rwxr-xr-xusr/local/www/pkg_mgr_install.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php
index 62835e8..4076a72 100755
--- a/usr/local/www/pkg_mgr_install.php
+++ b/usr/local/www/pkg_mgr_install.php
@@ -39,7 +39,10 @@
##|*MATCH=pkg_mgr_install.php*
##|-PRIV
-require_once("guiconfig.inc");
+require("guiconfig.inc");
+require_once("functions.inc");
+require_once("filter.inc");
+require_once("shaper.inc");
require_once("pkg-utils.inc");
$static_output = "";
OpenPOWER on IntegriCloud