mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-04-06 20:15:12 +08:00
发布小胡版V1.61
This commit is contained in:
15
dzz/test/function/function_test.php
Normal file
15
dzz/test/function/function_test.php
Normal 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');
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user