Lade einfach die letzte application_top.php wieder hoch und nehme die Änderungen Schritt für Schritt von Hand vor.
Bei dem Update wurden an der application_top.php nur an 2 Stellen Änderungen vorgenommen.
In Zeile 549 wurde das eingefügt:
PHP-Code:
if(file_exists($current_page) == false || $_SESSION['customers_status']['customers_status_id'] !== '0') {
xtc_redirect(xtc_href_link(FILENAME_LOGIN));
}
Und aus Zeile 646 wurde das entfernt:
PHP-Code:
# place reset_token, if post data sent
$coo_cache_control = MainFactory::create_object('CacheControl');
if(sizeof($_POST) > 0)
{
$coo_cache_control->set_reset_token();
}