<?php
require('framework/error.php');
require('framework/constants.php');
require('framework/session.php');
require('framework/config.php');
require('framework/mysql.php');
require('framework/language.php');
require('framework/protection.php');
include_once('functions/counter.php');
include_once('framework/cache.php'); no_cache();
?>