mirror of
https://github.com/zyx0814/dzzoffice.git
synced 2025-01-08 11:57:57 +08:00
17 lines
402 B
PHP
17 lines
402 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', 1);
|
|
define('CURSCRIPT', 'dzz');
|
|
define('DZZSCRIPT', basename(__FILE__));
|
|
define('BASESCRIPT', basename(__FILE__));
|
|
|
|
require './core/dzzstart.php';
|
|
|
|
|