dzzoffice/misc.php
小胡 ecacf91b2d
Update misc.php (#267)
定义 BASESCRIPT
2024-10-30 09:09:51 +08:00

15 lines
396 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');
define('BASESCRIPT', basename(__FILE__));
require './core/dzzstart.php';