Revision 45a99750
Added by Ermal LUÇI about 15 years ago
usr/local/captiveportal/radius_accounting.inc | ||
---|---|---|
47 | 47 |
----------------------- |
48 | 48 |
*/ |
49 | 49 |
|
50 |
PEAR::loadExtension('bcmath'); |
|
51 |
|
|
50 | 52 |
function RADIUS_ACCOUNTING_START($ruleno, $username, $sessionid, $radiusservers, $clientip, $clientmac) { |
51 | 53 |
|
52 | 54 |
global $config; |
Also available in: Unified diff
Ticket #483. Load the bcmath extension dynamically through PEAR for Radius accounting.