Browse Source
See https://github.com/yiisoft/yii2/issues/123#issuecomment-17657374 Issue #123tags/2.0.0-beta
Carsten Brandt
12 years ago
7 changed files with 30 additions and 30 deletions
@ -1,6 +1,6 @@ |
|||||||
<?php |
<?php |
||||||
|
|
||||||
require(__DIR__ . '/../../../framework/yii.php'); |
require(__DIR__ . '/../../../framework/Yii.php'); |
||||||
|
|
||||||
$application = new yii\web\Application('test', __DIR__ . '/protected'); |
$application = new yii\web\Application('test', __DIR__ . '/protected'); |
||||||
$application->run(); |
$application->run(); |
||||||
|
Loading…
Reference in new issue