mirror of
https://github.com/zyx0814/dzzoffice.git
synced 2025-01-09 04:17:42 +08:00
18 lines
425 B
PHP
18 lines
425 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)
|
|
*/
|
|
if(!defined('IN_DZZ')) {
|
|
exit('Access Denied');
|
|
}
|
|
|
|
if(!defined('CORE_VERSION')) {
|
|
define('CORE_VERSION', '2.02');
|
|
define('CORE_RELEASE', '20180909');
|
|
define('CORE_FIXBUG' , '20000000');
|
|
}
|