_bootstrap.php 67 Bytes
Newer Older
1
<?php
Mark committed
2

3
new yii\web\Application(require(__DIR__ . '/_config.php'));