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