ich bin dran, von 2.0.9auf 2.0.10 zu updaten. Jetzt stet in der anleitung:
Login.php
Find Line 96:
Code: Alles auswählen
$redirect = ( !empty($HTTP_POST_VARS['redirect']) ) ? str_replace('&', '&', htmlspecialchars($HTTP_POST_VARS['redirect'])) : "";
$redirect = str_replace("?", "&", $redirect);
Code: Alles auswählen
if (strstr(urldecode($redirect), "\n") || strstr(urldecode($redirect), "\r"))
{
message_die(GENERAL_ERROR, 'Tried to redirect to potentially insecure url.');
}
hier noch meine login.php:
http://www.kreta-griechenland-forum.de/login.txt