@@ -112,7 +112,7 @@ |
||
112 | 112 | $username = $user; |
113 | 113 | $workgroup = $realm; |
114 | 114 | } else { |
115 | - $username = $matches[1];; |
|
115 | + $username = $matches[1]; ; |
|
116 | 116 | $workgroup = $matches[2]; |
117 | 117 | } |
118 | 118 | $smbAuth = new BasicAuth( |