mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-01-15 17:45:19 +08:00
12 lines
317 B
PHP
12 lines
317 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');
|
|
require './core/dzzstart.php'; |