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.
14 lines
443 B
14 lines
443 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('ADMINSCRIPT', 'admin.php');
|
|
define('DZZSCRIPT', basename(__FILE__));
|
|
define('BASESCRIPT', basename(__FILE__));
|
|
require __DIR__ . '/core/dzzstart.php';
|