bootstrap.php 243 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 <?php error_reporting( E_ALL | E_STRICT ); require(dirname(__FILE__).'/../../../../../framework/yiit.php'); require dirname(__FILE__).'/ResultPrinter.php'; Yii::createWebApplication(require(dirname(__FILE__) . '/../../../config/main.php'));