mirror of
https://github.com/DzzXH/DzzOffice.git
synced 2026-04-05 13:55:13 +08:00
23 lines
350 B
PHP
23 lines
350 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');
|
||
|
|
}
|
||
|
|
|
||
|
|
$lang = array
|
||
|
|
(
|
||
|
|
|
||
|
|
'appname'=>'User data management'
|
||
|
|
|
||
|
|
);
|
||
|
|
|
||
|
|
|
||
|
|
?>
|