index.php 151 Bytes
Newer Older
Qiang Xue committed
1 2 3 4 5 6
<?php

require(__DIR__ . '/../../../framework/yii.php');

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