From: jdegraeve Date: Tue, 7 Feb 2006 18:46:38 +0000 (+0000) Subject: indention still is a problem ;) X-Git-Url: https://git.gsnw.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24b5555ce14b587e2a06213438652f6f5564a1aa;p=m0n0chwall.git indention still is a problem ;) git-svn-id: https://svn.m0n0.ch/wall/trunk@57 e36fee2c-cc09-0410-a7cc-ebac5c6737de --- diff --git a/captiveportal/radius_authentication.inc b/captiveportal/radius_authentication.inc index da70501..6c0025e 100644 --- a/captiveportal/radius_authentication.inc +++ b/captiveportal/radius_authentication.inc @@ -108,7 +108,7 @@ else { break; default: - $rauth->putAttribute(RADIUS_CALLED_STATION_ID, $nas_mac); + $rauth->putAttribute(RADIUS_CALLED_STATION_ID, $nas_mac); $rauth->putAttribute(RADIUS_CALLING_STATION_ID, $clientmac); }