1
Feedback & Suggestions / Re: 4images 1.7.10 - Feedback
« on: June 15, 2011, 04:53:57 PM »
Fix in includes/sessions.php.
Suche nach
$this->set_cookie_data("userpass", $this->user_info['user_password']);
und ersetze mit
$this->set_cookie_data("userpass", md5($this->user_info['user_password']));
Suche nach
$this->set_cookie_data("userpass", $this->user_info['user_password']);
und ersetze mit
$this->set_cookie_data("userpass", md5($this->user_info['user_password']));