Remove debug for authentication class. The validation method returns enough details.
This commit is contained in:
@@ -55,7 +55,6 @@
|
||||
|
||||
//validate the username and password
|
||||
$auth = new authentication;
|
||||
$auth->debug = true;
|
||||
$result = $auth->validate();
|
||||
|
||||
//if not authorized
|
||||
|
||||
Reference in New Issue
Block a user