Delete ability to install or update third-party software via FTP/SFTP

This commit is contained in:
Kijin Sung 2020-09-06 15:07:43 +09:00
parent 215f143e70
commit 49b95477b0
8 changed files with 19 additions and 632 deletions

View file

@ -39,6 +39,7 @@ $lang->msg_delete_file_failed = 'Failed to delete the file. %s.';
$lang->msg_delete_dir_failed = 'Failed to delete the directory. %s';
$lang->msg_ftp_password_input = 'No password entered.';
$lang->msg_sftp_not_supported = 'SFTP is not supported.';
$lang->msg_no_permission_to_install = 'Your web server does not have permission to update the installation path. Please check server permissions.';
$lang->msg_direct_install_not_supported = 'Use FTP because there is no write permission to the directories listed in the list below.';
$lang->msg_does_not_support_delete = 'Cannot delete this package (no moduleUninstall() in the module class).';
$lang->installed = 'Installed';