configuration and settings store in dastabase

This commit is contained in:
xiaomlove
2021-01-11 22:00:46 +08:00
parent 2c25293d9b
commit 7373ec16e8
10 changed files with 226 additions and 88 deletions
+1 -5
View File
@@ -1,4 +1,5 @@
<?php
define('NEXUS_START', microtime(true));
# IMPORTANT: Do not edit below unless you know what you are doing!
define('IN_TRACKER', true);
$rootpath=realpath(dirname(__FILE__) . '/..')."/";
@@ -18,8 +19,3 @@ require $rootpath . 'classes/class_cache_redis.php';
require $rootpath . 'include/core.php';
require $rootpath . 'include/functions_announce.php';
if (!session_id()) {
session_start();
}
?>