|
|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
|
|
|
|
defined('YII_DEBUG') or define('YII_DEBUG', true); |
|
|
|
defined('YII_DEBUG') or define('YII_DEBUG', true); |
|
|
|
|
|
|
|
|
|
|
|
require(__DIR__ . '/../framework/yii.php'); |
|
|
|
require(__DIR__ . '/../../framework/yii.php'); |
|
|
|
|
|
|
|
|
|
|
|
$config = require(__DIR__ . '/protected/config/main.php'); |
|
|
|
$config = require(__DIR__ . '/protected/config/main.php'); |
|
|
|
$application = new yii\web\Application($config); |
|
|
|
$application = new yii\web\Application($config); |
|
|
|