blessing-skin-server/public/index.php
2019-09-10 21:10:27 +08:00

12 lines
241 B
PHP
Executable File

<?php
@ini_set('display_errors', 'on');
require __DIR__.'/../bootstrap/autoload.php';
if (! file_exists(__DIR__.'/../storage/install.lock')) {
require __DIR__.'/../bootstrap/chkenv.php';
}
require __DIR__.'/../bootstrap/kernel.php';