<?php
session_start();
include('../framework/constants.php');
include('../framework/config.php');
include('../framework/mysql.php');
include('../framework/language_admin.php');
include('../framework/cache.php'); no_cache();
if(!isset($_SESSION['admin'])) {
header('Location: signin.php');
exit();
}
?>