Commit b4b2b37b authored by Imran Hussain's avatar Imran Hussain
Browse files

Fix horrible bug.

strtolower what though?
parent 7b847726
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -115,7 +115,7 @@
            array_pop($s);
            $username = implode("@",$s);
        }
        $username = strtolower();
        $username = strtolower($username);

        $authResult = authCheck($authd,$username);
        //If they gave a good login