summaryrefslogtreecommitdiffstats
path: root/etc/inc/services.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-05-08 21:32:45 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-05-08 21:32:45 +0000
commit1a2369f4ddb820a6cb73f31beb9a039b294f2c9a (patch)
treef01038f387af0685d6cefcdd4d0fa96ed7eef9f4 /etc/inc/services.inc
parent09b897ae6bd14074a42656f4bac7918061a7da80 (diff)
downloadpfsense-1a2369f4ddb820a6cb73f31beb9a039b294f2c9a.zip
pfsense-1a2369f4ddb820a6cb73f31beb9a039b294f2c9a.tar.gz
Use correct variable to enable plugin options
Diffstat (limited to 'etc/inc/services.inc')
-rw-r--r--etc/inc/services.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index 205ce65..b4be112 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -1033,7 +1033,7 @@ MprCoverage 3
EODA;
-if($olsr['enablehttpinfo'] == "on") {
+if($olsrd['enablehttpinfo'] == "on") {
$olsr .= <<<EODB
LoadPlugin "/usr/local/lib/olsrd_httpinfo.so.0.1"
@@ -1046,7 +1046,7 @@ EODB;
}
-if($olsr['enabledyngw'] == "on") {
+if($olsrd['enabledyngw'] == "on") {
$olsr .= <<<EODC
LoadPlugin "/usr/local/lib/olsrd_secure.so.0.5"
@@ -1058,7 +1058,7 @@ EODC;
}
-if($olsr['enabledyngw'] == "on") {
+if($olsrd['enabledyngw'] == "on") {
/* unset default route, olsr auto negotiates */
mwexec("/sbin/route delete default");
OpenPOWER on IntegriCloud