Code: Alles auswählen
Fatal error: Call to undefined function: session_reset_keys() in /usr/export/www/vhosts/funnetwork/hosting/firestormboard/admin/admin_users.php on line 704
was sagt mir der fehler?
Code: Alles auswählen
Fatal error: Call to undefined function: session_reset_keys() in /usr/export/www/vhosts/funnetwork/hosting/firestormboard/admin/admin_users.php on line 704
Code: Alles auswählen
[...]
// We remove all stored login keys since the password has been updated
// and change the current one (if applicable)
if ( !empty($passwd_sql) )
{
session_reset_keys($user_id, $user_ip);
}
[...]
Code: Alles auswählen
[...]
if ( !empty($passwd_sql) )
{
// session_reset_keys($user_id, $user_ip);
}
[...]