7 lines
155 B

12 years ago
<?php
require(__DIR__ . '/../../../framework/yii/Yii.php');
12 years ago
$application = new yii\web\Application('test', __DIR__ . '/protected');
$application->run();