add update

This commit is contained in:
xiaomlove
2021-01-21 20:42:22 +08:00
parent d5c4166c91
commit 4c9a4fc463
3 changed files with 93 additions and 26 deletions

View File

@@ -10,6 +10,7 @@ if (!empty($_SERVER['HTTP_X_REQUEST_ID'])) {
define('REQUEST_ID', intval(NEXUS_START * 10000));
}
define('ROOT_PATH', $rootpath);
define('VERSION', '1.6.0');
define('IS_ANNOUNCE', (basename($_SERVER['SCRIPT_FILENAME']) == 'announce.php'));
require $rootpath . 'include/database/interface_db.php';