HEX
Server: nginx/1.22.1
System: Linux VM-16-9-centos 3.10.0-1160.99.1.el7.x86_64 #1 SMP Wed Sep 13 14:19:20 UTC 2023 x86_64
User: www (1001)
PHP: 7.3.31
Disabled: passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv
Upload Files
File: /www/wwwroot/oa.sanjiangapp.com/app/team/common/lang/zh-cn.php
<?php
/**
 * The zh-cn file of common module of ZDOO.
 *
 * @copyright   Copyright 2009-2018 青岛易软天创网络科技有限公司(QingDao Nature Easy Soft Network Technology Co,LTD, www.cnezsoft.com)
 * @license     ZPL (http://zpl.pub/page/zplv12.html)
 * @author      Chunsheng wang <chunsheng@cnezsoft.com>
 * @package     common 
 * @version     $Id$
 * @link        http://www.zdoo.com
 */
$lang->app = new stdclass();
$lang->app->name = '团队';

$lang->menu->dividerMenu->team = ',blog,';

$lang->menu->team = new stdclass();
$lang->menu->team->dashboard = '首页|dashboard|index|';
$lang->menu->team->forum     = '论坛|forum|index|';
$lang->menu->team->blog      = '博客|blog|index|';
$lang->menu->team->user      = '同事|user|colleague|';
$lang->menu->team->company   = '公司|company|index|';
$lang->menu->team->setting   = '设置|tree|browse|type=forum|';

/* Menu of forum module. */
if(!isset($lang->forum)) $lang->forum = new stdclass();

/* Menu of blog module. */
if(!isset($lang->blog)) $lang->blog = new stdclass();
$lang->blog->menu = new stdclass();
$lang->blog->menu->index = array('link' => '博客列表|blog|index|', 'alias' => 'create, edit');

/* Menu of setting module. */
$lang->setting = new stdclass();
$lang->setting->menu = new stdclass();
$lang->setting->menu->board = '论坛版块|tree|browse|type=forum|';
$lang->setting->menu->blog  = '博客类目|tree|browse|type=blog|';
$lang->setting->menu->dept  = '维护部门|tree|browse|type=dept|';
$lang->setting->menu->role  = '维护角色|setting|lang|module=user&field=roleList|';
include(dirname(__FILE__) . '/menuOrder.php');