DZZSCRIPT

Signed-off-by: 小胡 <3203164629@qq.com>
This commit is contained in:
小胡
2024-09-30 05:38:14 +00:00
committed by Gitee
Unverified
parent 4da6d41f7a
commit f0a3294a49
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();