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/sys/backup/lang/zh-cn.php
<?php
$lang->backup->common      = '备份';
$lang->backup->index       = '备份首页';
$lang->backup->history     = '备份历史';
$lang->backup->delete      = '删除备份';
$lang->backup->backup      = '备份';
$lang->backup->restore     = '还原';
$lang->backup->setSaveDays = '设置保存天数';

$lang->backup->name     = '文件名称';
$lang->backup->time     = '备份时间';
$lang->backup->files    = '备份文件';
$lang->backup->size     = '大小';
$lang->backup->saveDays = '保存天数';

$lang->backup->waitting       = '还原中...';
$lang->backup->confirmDelete  = '是否删除备份?';
$lang->backup->confirmRestore = '是否还原该备份?';
$lang->backup->deleteInfo     = '删除%s天前的备份';

$lang->backup->success = new stdclass();
$lang->backup->success->backup  = '备份成功!';
$lang->backup->success->restore = '还原成功!';

$lang->backup->error = new stdclass();
$lang->backup->error->noWritable  = "<code>%s</code> 不可写!请检查该目录权限,否则无法备份。";
$lang->backup->error->noDelete    = "文件 %s 无法删除,修改权限或手工删除。";
$lang->backup->error->restoreSQL  = "数据库还原失败,错误:%s";
$lang->backup->error->restoreFile = "附件还原失败,错误:%s";
$lang->backup->error->backupFile  = "附件备份失败,错误:%s";
$lang->backup->error->setSaveDays = "保存天数应该大于0";