// Fix pub@prestashop.com default account password

This commit is contained in:
rMalie
2011-12-28 10:49:34 +00:00
parent 8a3fe4a45a
commit f99bb7cffa
4 changed files with 19 additions and 11 deletions
+1 -1
View File
@@ -879,7 +879,7 @@ class ToolsCore
*/
public static function encrypt($passwd)
{
return md5(pSQL(_COOKIE_KEY_.$passwd));
return md5(_COOKIE_KEY_.$passwd);
}
/**