<?php
// change the following paths if necessary
$yii=dirname(__FILE__).'/framework/yii.php';
$config=dirname(__FILE__).'/protected/config/main.php';
define('ROOT_PATH', dirname(__FILE__));
// remove the following lines when in production mode
// defined('YII_DEBUG') or define('YII_DEBUG',true);
// specify how many levels of call stack should be shown in each log message
// defined('YII_TRACE_LEVEL') or define('YII_TRACE_LEVEL',3);
define('ALREADY_INSTALL_FILE', ROOT_PATH . DIRECTORY_SEPARATOR . 'protected' . DIRECTORY_SEPARATOR
. 'runtime' . DIRECTORY_SEPARATOR . 'already_install');
require_once($yii);
Yii::createWebApplication($config)->run();
ini_set("gd.jpeg_ignore_warning", 1);
require_once($yii);
Сейчас этот форум просматривают: нет зарегистрированных пользователей и гости: 72