Super, Danke Dir habe mir einen Wolf gesucht
--------------------------------------------------------------------------------------------------
In der login.php
Explizit für logout kannst Du es hier anpassen:
Code:
if (!empty($HTTP_POST_VARS['redirect']) || !empty($HTTP_GET_VARS['redirect']))
{
$url = (!empty($HTTP_POST_VARS['redirect'])) ? htmlspecialchars($HTTP_POST_VARS['redirect']) : htmlspecialchars($HTTP_GET_VARS['redirect']);
$url = str_replace('&', '&', $url);
redirect(append_sid($url, true));
}
else
{
redirect(append_sid("
index.$phpEx", true));
}
}
--------------------------------------------------------------------------------------------------
in
portal geändert und nun funktionierts.