index.php 151 Bytes
Newer Older
Qiang Xue committed
1 2
<?php

Qiang Xue committed
3
require(__DIR__ . '/../../../framework/Yii.php');
Qiang Xue committed
4 5 6

$application = new yii\web\Application('test', __DIR__ . '/protected');
$application->run();