File tree 4 files changed +0
-4
lines changed
4 files changed +0
-4
lines changed Original file line number Diff line number Diff line change 7
7
* @license BSD-3-Clause
8
8
* @copyright Copyright (c) 2015-2018, HiQDev (http://hiqdev.com/)
9
9
*/
10
-
11
10
if (!defined ('HIDEV_VENDOR_DIR ' )) {
12
11
define ('HIDEV_VENDOR_DIR ' , dirname (dirname (dirname (dirname (__DIR__ )))));
13
12
}
Original file line number Diff line number Diff line change 7
7
* @license BSD-3-Clause
8
8
* @copyright Copyright (c) 2015-2018, HiQDev (http://hiqdev.com/)
9
9
*/
10
-
11
10
require_once __DIR__ . '/defines.php ' ;
12
11
13
12
if (!defined ('HIDEV_VENDOR_DIR ' )) {
Original file line number Diff line number Diff line change 7
7
* @license BSD-3-Clause
8
8
* @copyright Copyright (c) 2015-2018, HiQDev (http://hiqdev.com/)
9
9
*/
10
-
11
10
defined ('YII_DEBUG ' ) or define ('YII_DEBUG ' , true );
12
11
defined ('YII_ENV ' ) or define ('YII_ENV ' , 'dev ' );
Original file line number Diff line number Diff line change 7
7
* @license BSD-3-Clause
8
8
* @copyright Copyright (c) 2015-2018, HiQDev (http://hiqdev.com/)
9
9
*/
10
-
11
10
error_reporting (E_ALL & ~E_NOTICE );
12
11
13
12
require_once __DIR__ . '/../src/config/bootstrap.php ' ;
You can’t perform that action at this time.
0 commit comments