Ejemplo n.º 1
0
$db->DisplayErrors();
if ($PHPErrors) {
    $func->error($PHPErrors);
}
$PHPErrors = '';
#$func->error($func->FormatFileSize(memory_get_usage()));
#trigger_error(memory_get_usage(), E_USER_ERROR);
include_once 'index_module.inc.php';
### Complete Framework and Output HTML
$framework->set_design($auth['design']);
$db->DisplayErrors();
if ($PHPErrors) {
    $func->error($PHPErrors);
}
$PHPErrors = '';
$framework->add_content($FrameworkMessages);
// Add old Frameworkmessages (sollten dann ausgetauscht werden)
$framework->add_content($MainContent);
// Add old MainContent-Variable (sollte auch bereinigt werden)
// DEBUG:Alles
if (isset($debug)) {
    $debug->addvar('$auth', $auth);
}
if (isset($debug)) {
    $debug->addvar('$cfg', $cfg);
}
if (isset($debug)) {
    $debug->tracker("All upto HTML-Output");
}
$framework->html_out();
// Output of all HTML