mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 00:02:21 +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
|
|
@ -7,8 +7,6 @@ $lang->ftp_host = 'FTP-Server hostname';
|
|||
$lang->ftp_port = 'FTP Port';
|
||||
$lang->about_ftp_password = 'Das Passwort des FTPs wird nicht gespeichert.';
|
||||
$lang->cmd_check_ftp_connect = 'Verbindung des FTPs checken';
|
||||
$lang->msg_safe_mode_ftp_needed = 'Zur Installation und Nutzung des Rhymixs muss die Angabe des FTPs festgestellt werden, wenn safe_mode in PHP \'An\' ist.';
|
||||
$lang->msg_safe_mode_ftp_config = 'Die Angabe wird unter<strong>files/config/ftp.config.php</strong> gespeichert. Nach der Installation ist es auch möglich, dass die Angabe von Administrator modifiziert oder gelöscht werden kann.';
|
||||
$lang->msg_ftp_no_directory = 'Succeed to connect to the host via FTP. However, can not read any directory list informaiton. Check the server configurations.';
|
||||
$lang->msg_ftp_mkdir_fail = 'Der Befehl von Herstellung des Verzeichnisses durch FTP ist gescheitert. FTP_Server festlegen.';
|
||||
$lang->msg_ftp_chmod_fail = 'Die Modifikation der Zugriffsberechtigung des Verzeichnisses durch FTP ist gescheitert. FTP_Server festlegen.';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue