<?php
define('INCLUDE_CHECK',1);
define('MYSQL_CHECK',1);
define('SECURE_CHECK',1);
include('framework/error.php');
require('framework/config.php');
require('framework/mysql.php');
require('framework/constants.php');
require('framework/security.php');
require('framework/protection.php');
require('framework/language.php');
include_once('framework/class/cache_class.php'); no_cache();
include('framework/templates/root.php');
include('framework/functions/online.php');
include('framework/counter.php');
include('framework/functions/maintenance.php'); under_construction();
?>