start(); } // Require the main init require_once 'include/init.inc.php'; // Rewrite URL rules depending on the OS and server API App::setServerParams(); // Lets run Konsort App::run(); // Check to see if we should run the benchmark package if ( benchMark ) { // Complete the benchmark define('PHPFOX_PAGE_LOAD', $obenchMark->finish2()); } if (App::getParam('debug')) { showSql(); } if (App::getParam('use_gzip') && !defined('FORCE_NO_GZIP')) { $sContent = ob_get_contents(); ob_clean(); require_once App::getParam('path') . 'include/functions/Gzip.functions.php'; doGzip($sContent, 'html', App::getParam('gzip_level')); } ?>