Project

General

Profile

« Previous | Next » 

Revision e1fdb47b

Added by Chris Buechler about 13 years ago

Revert "RADIUS accounting updates are needed for PPPoE and L2TP too"

This reverts commit b6393be173ffd67eef1acaadf9624ce06b386d82.

View differences:

etc/inc/vpn.inc
1339 1339
				if (isset ($pppoecfg['radius']['accounting'])) {
1340 1340
					$mpdconf .=<<<EOD
1341 1341
	set auth enable radius-acct
1342
	set radius acct-update 300
1343 1342

  
1344 1343
EOD;
1345 1344
				}
......
1531 1530
				if (isset ($l2tpcfg['radius']['accounting'])) {
1532 1531
					$mpdconf .=<<<EOD
1533 1532
	set auth enable radius-acct
1534
	set radius acct-update 300
1535 1533

  
1536 1534
EOD;
1537 1535
				}

Also available in: Unified diff