<?php /** * MobileCMS * * Open source content management system for mobile sites * * @author MobileCMS Team <support@mobilecms.pro> * @copyright Copyright (c) 2011-2019, MobileCMS Team * @link https://mobilecms.pro Official site * @license MIT license */ defined('IN_SYSTEM') or die('<b>403<br />Запрет доступа!</b>'); ini_set('error_reporting', 7); ini_set('session.save_path', ROOT . 'tmp/'); ini_set('magic_quotes_gpc', 0); ini_set('magic_quotes_runtime', 0); ini_set('date.timezone', 'Europe/Moscow'); ?>