summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_install.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-06-06 03:15:09 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-06-06 03:15:09 +0000
commit9f9dcd983adc114ac79d4848ef2e48a086febb3a (patch)
tree81b37ce5f384f4dc68f1043274c4ebe089e7b424 /usr/local/www/pkg_mgr_install.php
parent6605faea7e8fb4934fc269d60f840948836dbb47 (diff)
downloadpfsense-9f9dcd983adc114ac79d4848ef2e48a086febb3a.zip
pfsense-9f9dcd983adc114ac79d4848ef2e48a086febb3a.tar.gz
require -> require_once
Diffstat (limited to 'usr/local/www/pkg_mgr_install.php')
-rwxr-xr-xusr/local/www/pkg_mgr_install.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php
index 67dc1a2..daf7a4f 100755
--- a/usr/local/www/pkg_mgr_install.php
+++ b/usr/local/www/pkg_mgr_install.php
@@ -29,8 +29,9 @@
POSSIBILITY OF SUCH DAMAGE.
*/
-require("guiconfig.inc");
-require("pkg-utils.inc");
+require_once("guiconfig.inc");
+require_once("xmlparse_pkg.inc");
+require_once("pkg-utils.inc");
$static_output = "";
$static_status = "";
OpenPOWER on IntegriCloud