summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-02-28 00:57:39 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-02-28 00:57:39 +0000
commitc16668782680838a5f1b4b5ce0426eb5929cd55c (patch)
tree07acfbddf9408a99a7a40dca2c3c76296e4be400 /etc
parent6395d5fadcf9876c2df3cb00e9cd52904d5c4a9c (diff)
downloadpfsense-c16668782680838a5f1b4b5ce0426eb5929cd55c.zip
pfsense-c16668782680838a5f1b4b5ce0426eb5929cd55c.tar.gz
We need to global $config since moving the set lan functions
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/config.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index a88be6f..5df8bfd 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -554,6 +554,8 @@ function config_unlock() {
function set_networking_interfaces_ports() {
global $noreboot;
+ global $config;
+ global $g;
$fp = fopen('php://stdin', 'r');
OpenPOWER on IntegriCloud