summaryrefslogtreecommitdiffstats
path: root/etc/inc/interfaces.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-03-28 21:49:20 +0000
committerErmal <eri@pfsense.org>2010-03-28 21:49:20 +0000
commita728d6f91e501a3e68e425841fa3895e4bb6915a (patch)
tree83752d00a412df4e1f726e9f8629fdbc007676ae /etc/inc/interfaces.inc
parentb28e0842964cf93256f919538cf2e8a59fe80fe8 (diff)
downloadpfsense-a728d6f91e501a3e68e425841fa3895e4bb6915a.zip
pfsense-a728d6f91e501a3e68e425841fa3895e4bb6915a.tar.gz
Remove bougs (.
Diffstat (limited to 'etc/inc/interfaces.inc')
-rw-r--r--etc/inc/interfaces.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index 9b53b58..b1ebbd9 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1053,7 +1053,7 @@ EOD;
}
// Launch specified ppp instance
- if( (file_exists("{$ppp['port']}")) {
+ if (file_exists("{$ppp['port']}")) {
/* fire up mpd */
mwexec("/usr/local/sbin/mpd5 -b -k -d {$g['varetc_path']} -f mpd_{$interface}.conf -p {$g['varrun_path']}/ppp_{$interface}.pid -s {$interface} pppclient");
} else
OpenPOWER on IntegriCloud