mirror of
https://github.com/yiisoft/yii.git
synced 2026-03-12 02:56:55 +01:00
7 lines
177 B
PHP
7 lines
177 B
PHP
<?php
|
|
|
|
$yii=dirname(__FILE__).'/../../framework/yii.php';
|
|
$config=dirname(__FILE__).'/protected/config/main.php';
|
|
|
|
require_once($yii);
|
|
Yii::createWebApplication($config)->run(); |