mirror of
https://github.com/zyx0814/dzzoffice.git
synced 2025-01-05 10:27:33 +08:00
ecacf91b2d
定义 BASESCRIPT
15 lines
396 B
PHP
15 lines
396 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', 100);
|
|
|
|
define('CURSCRIPT', 'misc');
|
|
define('DZZSCRIPT', 'index.php');
|
|
define('BASESCRIPT', basename(__FILE__));
|
|
require './core/dzzstart.php';
|