mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-01-15 14:46:49 +08:00
20 lines
539 B
PHP
20 lines
539 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');
|
|
define('CORE_XHVERSION', '1.87.4');
|
|
define('CORE_XHRELEASE', '20240316');
|
|
define('CORE_XHFIXBUG' , '20240110');
|
|
} |