AppendHeader(G_HEADER); $fc->AppendObject(new BS_Alert("FATAL ERROR: " . $msg, "danger")); $fc->AppendHtmlLine('Go Back'); $web->AppendObject($fc); $web->PrintHtml(); if ($g_debug) psf_print_debug_as_html(); die(1); } else { Notifications::DisplayError($msg); } }