Skip to content
Snippets Groups Projects
Commit b4b2b37b authored by Imran Hussain's avatar Imran Hussain
Browse files

Fix horrible bug.

strtolower what though?
parent 7b847726
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment