<?php

//die('Приносим свои извинения, ведутся профилактические работы.');

//die(phpinfo());

// remove the following line when in production mode
defined('YII_DEBUG') or define('YII_DEBUG'false);

date_default_timezone_set'Europe/Moscow' );
setlocaleLC_ALL'ru_RU.utf8' );
ini_set'memory_limit''64M' );

// change the following paths if necessary
$yii    dirname(__FILE__).'/libs/Yii-1.1.8/yii.php';
$config dirname(__FILE__).'/protected/config/main.php';

require_once(
$yii);
Yii::createWebApplication($config)->run();