deleteLastUrl(); // now get the "new" last url from the stack. This should be the last page $nextUrl = $gNavigation->getUrl(); // if no page was found then show the default homepage if ($nextUrl === null) { $nextUrl = $gHomepage; } admRedirect($nextUrl); // => EXIT