mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-03 09:14:48 +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
|
|
@ -66,9 +66,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_mkdir_fail = '新增資料夾失敗。請確認 FTP 主機設置。';
|
||||
$lang->msg_ftp_chmod_fail = '修改資料夾權限失敗。請確認 FTP 主機設置。';
|
||||
$lang->msg_ftp_connect_success = 'FTP連線成功。';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue