Revision d3d23754
Added by Chris Buechler over 10 years ago
etc/inc/vpn.inc | ||
---|---|---|
1182 | 1182 |
if (!$pppoecfg['mode'] || ($pppoecfg['mode'] == "off")) |
1183 | 1183 |
return 0; |
1184 | 1184 |
|
1185 |
echo gettext("Configuring PPPoE VPN service... ");
|
|
1185 |
echo gettext("Configuring PPPoE Server service... ");
|
|
1186 | 1186 |
} else { |
1187 | 1187 |
/* kill mpd */ |
1188 | 1188 |
killbypid("{$g['varrun_path']}/pppoe{$pppoecfg['pppoeid']}-vpn.pid"); |
Also available in: Unified diff
fix text, PPPoE Server, not VPN