DZZSCRIPT

This commit is contained in:
zyx0814 2024-09-30 12:12:15 +08:00
parent f61cfa2cc6
commit b6908d2d96
2 changed files with 2 additions and 1 deletions

View File

@ -9,5 +9,5 @@
define('APPTYPEID', 100);
define('CURSCRIPT', 'misc');
define('DZZSCRIPT', 'index.php');
require './core/dzzstart.php';

View File

@ -8,6 +8,7 @@
*/
define('APPTYPEID', 200);
define('DZZSCRIPT', 'index.php');
require './core/coreBase.php';
$dzz = C::app();
$dzz->init();