You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
402 B
16 lines
402 B
<?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';
|
|
|
|
|