// Fix pub@prestashop.com default account password

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11829 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rMalie
2011-12-28 10:49:34 +00:00
parent 7cdf8b2753
commit 7f25509976
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);
}
/**