Files
DzzOffice/user.php

13 lines
359 B
PHP
Raw Normal View History

2022-11-02 23:21:46 +08:00
<?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');
2023-02-09 20:00:07 +08:00
define('BASESCRIPT', basename(__FILE__));
2022-11-02 23:21:46 +08:00
require './core/dzzstart.php';