dzzoffice/misc.php
2024-09-30 12:12:15 +08: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';