发布小胡版V1.61

This commit is contained in:
小胡
2022-11-02 23:21:46 +08:00
Unverified
commit b859861e53
4252 changed files with 709384 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<?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');
}
function test(){
return lang('title1');
}
?>