mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-27 15:19:57 +09:00
Remove safe_mode condition from admin and install modules
This commit is contained in:
parent
313e7048d5
commit
9aa4e244c2
27 changed files with 2 additions and 170 deletions
|
|
@ -76,9 +76,6 @@ $lang->ftp_host = 'FTP 主機名稱';
|
|||
$lang->ftp_port = 'FTP 埠口';
|
||||
$lang->about_ftp_password = '不會儲存 FTP 密碼';
|
||||
$lang->cmd_check_ftp_connect = '檢查 FTP 連線';
|
||||
$lang->msg_safe_mode_ftp_needed = '當 PHP 的安全模式(safe_mode)開啟時,請輸入相關 FTP 資訊,否則無法正常安裝或使用程式。';
|
||||
$lang->msg_safe_mode_ftp_needed2 = '可用的安裝或更新。';
|
||||
$lang->msg_safe_mode_ftp_config = '此資料會儲存在 <strong>files/config/ftp.config.php</strong> 檔案中。 安裝後可在設定頁面中新增、更改或刪除此資訊。';
|
||||
$lang->msg_ftp_not_connected = '本地(localhost) FTP連線錯誤。請檢查 FTP 埠口並確認是否支援 FTP 功能。';
|
||||
$lang->msg_ftp_invalid_auth_info = 'FTP登入失敗。請確認輸入的 FTP 資訊。';
|
||||
$lang->msg_ftp_mkdir_fail = '新增資料夾失敗。請確認 FTP 主機設置。';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue