Files
DzzOffice/misc.php
小胡 f0a3294a49 DZZSCRIPT
Signed-off-by: 小胡 <3203164629@qq.com>
2024-09-30 05:38:14 +00:00

14 lines
354 B
PHP

<?php
/*
* @copyright Leyun internet Technology(Shanghai)Co.,Ltd
* @license http://www.dzzoffice.com/licenses/license.txt
* @package DzzOffice
* @link http://www.dzzoffice.com
* @author zyx(zyx@dzz.cc)
*/
define('APPTYPEID', 100);
define('CURSCRIPT', 'misc');
define('DZZSCRIPT', 'index.php');
require './core/dzzstart.php';