split up files in core/ for saner management

This commit is contained in:
Shish
2018-11-05 22:30:18 +00:00
parent 3c5c44d75f
commit b2f10ea5ab
32 changed files with 2799 additions and 2842 deletions

View File

@ -8,7 +8,7 @@ define("CLI_LOG_LEVEL", 50);
$_SERVER['QUERY_STRING'] = '/';
chdir(dirname(dirname(__FILE__)));
require_once "core/_bootstrap.inc.php";
require_once "core/_bootstrap.php";
if(is_null(User::by_name("demo"))) {
$userPage = new UserPage();