header('Content-Type: text/html; charset=UTF-8'); ini_set('display_errors', 1); require_once('classes/engine.class.php'); require_once('config.php'); $engine = new engine($config); $engine->Render(); //phpinfo(); ?>