mirror of
https://github.com/yiisoft/yii.git
synced 2026-02-20 01:21:22 +01:00
6 lines
210 B
PHP
6 lines
210 B
PHP
<?php
|
|
define('YII_DEBUG',true);
|
|
$webRoot=dirname(__FILE__);
|
|
require_once(dirname($webRoot) . '/framework/yii.php');
|
|
$configFile=$webRoot.'/viewer/config/main.php';
|
|
Yii::createWebApplication($configFile)->run(); |