summaryrefslogtreecommitdiffstats
path: root/usr/local/captiveportal/radius_accounting.inc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-04-14 13:28:45 +0000
committerErmal <eri@pfsense.org>2010-04-14 13:28:45 +0000
commit45a9975025626eaff27b60d5c81cf58bce4beceb (patch)
treead8386a71eaea1d276cd2d1719e3c42c2f1fa1f9 /usr/local/captiveportal/radius_accounting.inc
parent6364b88b0b77f5adbcd1a93e7da04f5f6516c5f6 (diff)
downloadpfsense-45a9975025626eaff27b60d5c81cf58bce4beceb.zip
pfsense-45a9975025626eaff27b60d5c81cf58bce4beceb.tar.gz
Ticket #483. Load the bcmath extension dynamically through PEAR for Radius accounting.
Diffstat (limited to 'usr/local/captiveportal/radius_accounting.inc')
-rw-r--r--usr/local/captiveportal/radius_accounting.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/usr/local/captiveportal/radius_accounting.inc b/usr/local/captiveportal/radius_accounting.inc
index aea05c8..e60a217 100644
--- a/usr/local/captiveportal/radius_accounting.inc
+++ b/usr/local/captiveportal/radius_accounting.inc
@@ -47,6 +47,8 @@ RADIUS ACCOUNTING START
-----------------------
*/
+PEAR::loadExtension('bcmath');
+
function RADIUS_ACCOUNTING_START($ruleno, $username, $sessionid, $radiusservers, $clientip, $clientmac) {
global $config;
OpenPOWER on IntegriCloud