removed stripslashes because magic_quotes_gpc = Off
git-svn-id: svn+ssh://code.netmonsters.ru/svn/majestic/trunk@34 4cb57b5f-5bbd-dd11-951b-001d605cbbc5
This commit is contained in:
@ -29,7 +29,7 @@ class User
|
||||
return false;
|
||||
}
|
||||
|
||||
if (stripslashes(self::$user->pass) != $password) {
|
||||
if(self::$user->pass != $password){
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user