Revision 263
Added by ryan almost 19 years ago
trunk/wb/framework/class.login.php | ||
---|---|---|
70 | 70 |
$username_fieldname = 'username'; |
71 | 71 |
$password_fieldname = 'password'; |
72 | 72 |
} |
73 |
$this->username = $this->addslashes(strtolower($this->get_post($username_fieldname))); |
|
73 |
$this->username = $this->add_slashes(strtolower($this->get_post($username_fieldname)));
|
|
74 | 74 |
$this->password = $this->get_post($password_fieldname); |
75 | 75 |
// Figure out if the "remember me" option has been checked |
76 | 76 |
if($this->get_post('remember') == 'true') { |
Also available in: Unified diff
Fixed error in patch