summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_edit.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_edit.php
parent6605faea7e8fb4934fc269d60f840948836dbb47 (diff)
downloadpfsense-9f9dcd983adc114ac79d4848ef2e48a086febb3a.zip
pfsense-9f9dcd983adc114ac79d4848ef2e48a086febb3a.tar.gz
require -> require_once
Diffstat (limited to 'usr/local/www/pkg_edit.php')
-rwxr-xr-xusr/local/www/pkg_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/pkg_edit.php b/usr/local/www/pkg_edit.php
index fb269c3..0c66c8c 100755
--- a/usr/local/www/pkg_edit.php
+++ b/usr/local/www/pkg_edit.php
@@ -40,8 +40,8 @@
*/
-require("guiconfig.inc");
-require("xmlparse_pkg.inc");
+require_once("guiconfig.inc");
+require_once("xmlparse_pkg.inc");
require_once("pkg-utils.inc");
$pfSense_config = $config; // copy this since we will be parsing
OpenPOWER on IntegriCloud