mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01:00
"removed permannent error_log"
This commit is contained in:
parent
e91b0f0cb5
commit
bf898afb61
@ -289,7 +289,6 @@ class auth
|
||||
*/
|
||||
static function encrypt_sql($password)
|
||||
{
|
||||
error_log(__METHOD__."('$password') \$GLOBALS['egw_info']['server']['sql_encryption_type']=".array2string($GLOBALS['egw_info']['server']['sql_encryption_type']));
|
||||
/* Grab configured type, or default to md5() (old method) */
|
||||
$type = @$GLOBALS['egw_info']['server']['sql_encryption_type']
|
||||
? strtolower($GLOBALS['egw_info']['server']['sql_encryption_type'])
|
||||
|
Loading…
Reference in New Issue
Block a user