Hi
private function setStartupModule() {
$startModule = preg_replace('/[^[:alnum:]_]/', '',
t3lib_div::_GET('module'));
That is for me extremely bad - I would need to reset this on the base of
cookie. I just hate these kinds private functions - especially without
any possibility to extend using XCLASS :(!