From 766756206fd143c799d1c596b58633d8a634cdde Mon Sep 17 00:00:00 2001 From: Imran Hussain <imranh@sucs.org> Date: Sat, 10 Jan 2015 20:23:27 +0000 Subject: [PATCH] I promise this is the last commit, meant to not leave the commented --- lib/ldap-auth.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ldap-auth.php b/lib/ldap-auth.php index b25bfd4..80fd625 100644 --- a/lib/ldap-auth.php +++ b/lib/ldap-auth.php @@ -27,7 +27,7 @@ if (isAuthd == "sucs"){ */ // we don't care about warnings, we write our own -//error_reporting(E_ERROR | E_PARSE); +error_reporting(E_ERROR | E_PARSE); function ldapAuth($username, $password) { -- GitLab