index.php 178 B

1234567
  1. <?php
  2. // include Yii bootstrap file
  3. require_once(dirname(__FILE__).'/../../framework/yii.php');
  4. // create a Web application instance and run
  5. Yii::createWebApplication()->run();