summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-05-08 21:13:23 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-05-08 21:13:23 +0000
commitbc15a1b95732bc2db50c6a733041d712f1e9d535 (patch)
tree044ab2bbcf075bd552c19d674e8d0944b6580042 /usr/local/www/services_dhcp.php
parent2220872ed30728eb7db935e2d0ee9b32401460b9 (diff)
downloadpfsense-bc15a1b95732bc2db50c6a733041d712f1e9d535.zip
pfsense-bc15a1b95732bc2db50c6a733041d712f1e9d535.tar.gz
Correctly add WAN interface to DHCP if OLSR is enabled
Diffstat (limited to 'usr/local/www/services_dhcp.php')
-rwxr-xr-xusr/local/www/services_dhcp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php
index 41364f1..ddada48 100755
--- a/usr/local/www/services_dhcp.php
+++ b/usr/local/www/services_dhcp.php
@@ -38,7 +38,7 @@ if ($_POST['if'])
/* if OLSRD is enabled, allow WAN to house DHCP. */
if($config['installedpackages']['olsrd']) {
foreach($config['installedpackages']['olsrd']['config'] as $olsrd) {
- if($olsr['enable']) {
+ if($olsrd['enable']) {
$iflist = array("lan" => "LAN", "wan" => "WAN");
break;
}
OpenPOWER on IntegriCloud