mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-28 19:03:14 +01:00
"removed permannent error_log"
This commit is contained in:
parent
ee9650dce6
commit
5a8cd752b1
@ -289,7 +289,6 @@ class auth
|
|||||||
*/
|
*/
|
||||||
static function encrypt_sql($password)
|
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) */
|
/* Grab configured type, or default to md5() (old method) */
|
||||||
$type = @$GLOBALS['egw_info']['server']['sql_encryption_type']
|
$type = @$GLOBALS['egw_info']['server']['sql_encryption_type']
|
||||||
? strtolower($GLOBALS['egw_info']['server']['sql_encryption_type'])
|
? strtolower($GLOBALS['egw_info']['server']['sql_encryption_type'])
|
||||||
|
Loading…
Reference in New Issue
Block a user