summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2013-08-28 13:53:49 -0400
committerjim-p <jimp@pfsense.org>2013-08-28 13:54:30 -0400
commitf6339216b7e0c0a6a39a857ddba0c9c0a7e36237 (patch)
treee8eea31c9b928c2a1bbdfa9b99933a6c78c80c2d /etc/phpshellsessions
parent495dd804761bcd9578e648c56eefae2f2f9fe625 (diff)
downloadpfsense-f6339216b7e0c0a6a39a857ddba0c9c0a7e36237.zip
pfsense-f6339216b7e0c0a6a39a857ddba0c9c0a7e36237.tar.gz
s/require/require_once/g for filter.inc to avoid redeclaration errors in some rare cases.
Diffstat (limited to 'etc/phpshellsessions')
-rw-r--r--etc/phpshellsessions/enableallowallwan2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/phpshellsessions/enableallowallwan b/etc/phpshellsessions/enableallowallwan
index 59ab38b..94c0b7b 100644
--- a/etc/phpshellsessions/enableallowallwan
+++ b/etc/phpshellsessions/enableallowallwan
@@ -1,5 +1,5 @@
global $config;
-require("filter.inc");
+require_once("filter.inc");
require("shaper.inc");
$config = parse_config(true);
echo "Adding allow all rule...\n";
OpenPOWER on IntegriCloud