summaryrefslogtreecommitdiffstats
path: root/etc/phpshellsessions
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2010-11-28 19:55:35 -0500
committerScott Ullrich <sullrich@pfsense.org>2010-11-28 19:55:35 -0500
commit84cf0b3ebfd88b561649d333811da52e92039498 (patch)
treeb904f814f0921634c715ee499c0e5827cd5c34df /etc/phpshellsessions
parent690d24af8cd54ac4555087ed0392d53ea27e43ee (diff)
downloadpfsense-84cf0b3ebfd88b561649d333811da52e92039498.zip
pfsense-84cf0b3ebfd88b561649d333811da52e92039498.tar.gz
Use exec()
Diffstat (limited to 'etc/phpshellsessions')
-rw-r--r--etc/phpshellsessions/externalconfiglocator4
1 files changed, 1 insertions, 3 deletions
diff --git a/etc/phpshellsessions/externalconfiglocator b/etc/phpshellsessions/externalconfiglocator
index 8a60867..84534b3 100644
--- a/etc/phpshellsessions/externalconfiglocator
+++ b/etc/phpshellsessions/externalconfiglocator
@@ -1,5 +1,3 @@
-global $config;
-$config = parse_config(true);
+include("/etc/ecl.php");
-require("/etc/ecl.php");
OpenPOWER on IntegriCloud