Installation or check your current system"); } require("system/00_settings/start.php"); if ($site_encoding != "noencoding") { header('content-type: text/html; charset='.$site_encoding); } require("system/01_user/start.php"); require("system/02_page/start.php"); if (isAdmin()) { require("system/03_admin/start.php"); } require("system/00_settings/end.php"); ?>