getHtml(); echo $error->getBacktraceHtml(); die(); } push_error_handler('filearts_error'); error_reporting(E_ALL ^ E_NOTICE); //------------------------------------------------- // Deal with GZIPping. //------------------------------------------------- if(function_exists('ob_gzhandler')) { ob_start ('ob_gzhandler'); header('Content-type: text/html; charset: '. K4_CHARSET); header('Cache-Control: must-revalidate'); header("Expires: " . gmdate('D, d M Y H:i:s', time() + 2592000) . " GMT"); } //------------------------------------------------- // Run our application. //------------------------------------------------- $app = &new k4ApplicationController; $app->run(); ?>