Hi,
I found the following code in lib/classes/ispconfig_isp_web.lib.php (around line 314):
Code:
if(substr($web["optionen_mysql_passwort"],0,5) != "||||:" and $web["optionen_mysql_passwort"] != "") {
$go_api->db->query("UPDATE isp_isp_web SET optionen_mysql_passwort = concat('||||:' , password(optionen_mysql_passwort)) where doc_id = '$doc_id'");
}
Now I think that optionen_mysql_passwort (written bold) is wrong. It should be $web["optionen_mysql_passwort"], right?
I did not test what that code actually does. I just saw that line and thought there is an error.
Bernhard
Recent comments
17 hours 19 min ago
1 day 2 hours ago
1 day 3 hours ago
1 day 7 hours ago
1 day 11 hours ago
1 day 11 hours ago
1 day 14 hours ago
2 days 7 min ago
2 days 5 hours ago
2 days 6 hours ago