blessing-skin-server/public/index.php

12 lines
241 B
PHP
Raw Normal View History

<?php
2016-08-28 10:05:21 +08:00
@ini_set('display_errors', 'on');
2018-10-19 21:32:15 +08:00
require __DIR__.'/../bootstrap/autoload.php';
2016-11-21 22:04:10 +08:00
2019-09-10 21:10:27 +08:00
if (! file_exists(__DIR__.'/../storage/install.lock')) {
require __DIR__.'/../bootstrap/chkenv.php';
}
2016-11-21 22:04:10 +08:00
2018-10-19 21:32:15 +08:00
require __DIR__.'/../bootstrap/kernel.php';