summaryrefslogtreecommitdiffstats
path: root/etc/inc
diff options
context:
space:
mode:
authorMichael Newton <miken32@gmail.com>2013-02-14 15:26:00 -0800
committerMichael Newton <miken32@gmail.com>2013-02-14 15:26:00 -0800
commitcf2859f3f792c6630214d3ac2880f2a9154737b3 (patch)
treefd449b35a43040fe880b4ddf288cb77428b9ad6c /etc/inc
parent62f20eab8855915bc87c23dd13025e922dc1606d (diff)
downloadpfsense-cf2859f3f792c6630214d3ac2880f2a9154737b3.zip
pfsense-cf2859f3f792c6630214d3ac2880f2a9154737b3.tar.gz
whitespace fixes
Diffstat (limited to 'etc/inc')
-rw-r--r--etc/inc/radius.inc14
1 files changed, 7 insertions, 7 deletions
diff --git a/etc/inc/radius.inc b/etc/inc/radius.inc
index 8bddec8..24d15b6 100644
--- a/etc/inc/radius.inc
+++ b/etc/inc/radius.inc
@@ -43,12 +43,12 @@
* Adding of VENDOR Bay Networks (Nortel)
* Adding of VENDOR Nomadix
* Adding of VENDOR WISPr (Wi-Fi Alliance)
- * Adding of VENDOR ChilliSpot (bandwidth-attributes only)
+ * Adding of VENDOR ChilliSpot (bandwidth-attributes only)
*/
/*
- pfSense_MODULE: auth
+ pfSense_MODULE: auth
*/
require_once("PEAR.inc");
@@ -645,10 +645,10 @@ class Auth_RADIUS extends PEAR {
}
elseif ($vendor == 8744) { /* Colubris / HP MSM wireless */
- //documented at http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c02704528/c02704528.pdf pg 15-67
+ //documented at http://bizsupport1.austin.hp.com/bc/docs/support/SupportManual/c02704528/c02704528.pdf pg 15-67
if ($attrv == 0) { /* Colubris AV-Pair */
- $datav = explode('=', $datav);
- switch ($datav[0]) {
+ $datav = explode('=', $datav);
+ switch ($datav[0]) {
case 'max-input-rate':
// "Controls the data rate [kbps] at which traffic can be transferred from the user to the [router]."
$this->attributes['bw_up'] = radius_cvt_int($datav[1]);
@@ -1095,14 +1095,14 @@ class Auth_RADIUS_Acct extends Auth_RADIUS
}
$this->putAttribute(RADIUS_ACCT_STATUS_TYPE, $this->status_type);
//if (isset($this->session_time) && $this->status_type == RADIUS_STOP) {
- if (isset($this->session_time)) {
+ if (isset($this->session_time)) {
$this->putAttribute(RADIUS_ACCT_SESSION_TIME, $this->session_time);
}
if (isset($this->authentic)) {
$this->putAttribute(RADIUS_ACCT_AUTHENTIC, $this->authentic);
}
- $this->putStandardAttributes();
+ $this->putStandardAttributes();
}
}
OpenPOWER on IntegriCloud