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.
17 lines
523 B
17 lines
523 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('IN_ADMIN', TRUE);
|
|
define('NOROBOT', TRUE);
|
|
define('ADMINSCRIPT', basename(__FILE__));
|
|
define('BASESCRIPT', basename(__FILE__));
|
|
define('CURSCRIPT', 'admin');
|
|
define('APPTYPEID', 0);
|
|
define('DZZSCRIPT', 'index.php');
|
|
define('template', '1');
|
|
require __DIR__ . '/core/adminstart.php';
|