dzzoffice/user.php
小胡 18233edadf
Update user.php (#266)
定义 DZZSCRIPT
2024-10-30 09:09:10 +08:00

15 lines
394 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', 0);
define('CURSCRIPT', 'user');
define('BASESCRIPT', basename(__FILE__));
define('DZZSCRIPT', 'index.php');
require './core/dzzstart.php';