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-tw.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";