Revision 657baf78
Added by Jim Pingle almost 9 years ago
src/usr/local/www/shortcuts.inc | ||
---|---|---|
279 | 279 |
$shortcuts['ntp']['status'] = "status_ntpd.php"; |
280 | 280 |
$shortcuts['ntp']['service'] = "ntpd"; |
281 | 281 |
|
282 |
$shortcuts['pptps'] = array(); |
|
283 |
$shortcuts['pptps']['main'] = "vpn_pptp.php"; |
|
284 |
$shortcuts['pptps']['log'] = "status_logs_vpn.php"; |
|
285 |
|
|
286 | 282 |
$shortcuts['pppoes'] = array(); |
287 | 283 |
$shortcuts['pppoes']['main'] = "services_pppoe.php"; |
288 | 284 |
$shortcuts['pppoes']['log'] = "status_logs_vpn.php?vpntype=poes"; |
Also available in: Unified diff
Remove some more dangling PPTP bits.