// Fix pub@prestashop.com default account password
This commit is contained in:
+1
-1
@@ -879,7 +879,7 @@ class ToolsCore
|
||||
*/
|
||||
public static function encrypt($passwd)
|
||||
{
|
||||
return md5(pSQL(_COOKIE_KEY_.$passwd));
|
||||
return md5(_COOKIE_KEY_.$passwd);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user