= $modulrechte) || ($deaktiviere_zugangspruefung)) { if (isset($konfiguration['core_debugger']['debug']) && ($konfiguration['core_debugger']['debug'])) ob_start(); // Nun die Modulseite laden if (file_exists('modules/'.wb_dir_escape($modul).'/pages/'.wb_dir_escape($seite).'.inc.php')) include('modules/'.wb_dir_escape($modul).'/pages/'.wb_dir_escape($seite).'.inc.php'); else echo $header.'Fehler beim Laden der Seite

Die angefragte Seite wurde im Modulverzeichnis nicht gefunden.'.$footer; if (isset($konfiguration['core_debugger']['debug']) && ($konfiguration['core_debugger']['debug'])) { $i = ob_get_contents(); ob_end_clean(); if (file_exists('modules/core_debugger/debugcode.inc.php')) include('modules/core_debugger/debugcode.inc.php'); } } else { @session_unset(); @session_destroy(); die($header.'

Session abgelaufen

Ihre Session ist abgelaufen oder ungütig geworden. Bitte loggen Sie sich neu ein.

Zum Hauptmenü'.$footer); } ?>