<?php
/****
* @package LiveCMS
* @link livecms.org
* @author MyZik
* @version See attached file VERSION.txt
* @license See attached file LICENSE.txt
* @copyright Copyright (C) LiveCMS Development Team
****/
# Ошибки интерпретатора
@ini_set('error_reporting', 7);
# Экранирование кавычек
@ini_set('magic_quotes_gpc', 0);
@ini_set('magic_quotes_runtime', 0);
?>