diff options
author | Derky <derky@phpbb.com> | 2018-11-04 23:10:44 +0100 |
---|---|---|
committer | Derky <derky@phpbb.com> | 2018-11-04 23:10:44 +0100 |
commit | e2d26e102d04a77a3d3e727508789e50ba9d36b6 (patch) | |
tree | 934fecc54b9c54f40c281cfca221cce1639a0539 /phpBB/language/en/acp/attachments.php | |
parent | [ticket/security/227] Replace ImageMagick support with thumbnail event (diff) | |
download | phpbb-e2d26e102d04a77a3d3e727508789e50ba9d36b6.tar.gz phpbb-e2d26e102d04a77a3d3e727508789e50ba9d36b6.tar.bz2 phpbb-e2d26e102d04a77a3d3e727508789e50ba9d36b6.zip |
[ticket/security/227] Remove "no thumbnail support" message
SECURITY-227
Diffstat (limited to 'phpBB/language/en/acp/attachments.php')
-rw-r--r-- | phpBB/language/en/acp/attachments.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/phpBB/language/en/acp/attachments.php b/phpBB/language/en/acp/attachments.php index 994d792bf9..86430f46bd 100644 --- a/phpBB/language/en/acp/attachments.php +++ b/phpBB/language/en/acp/attachments.php @@ -133,7 +133,6 @@ $lang = array_merge($lang, array( 'NO_EXT_GROUP_SPECIFIED' => 'No extension group specified.', 'NO_FILE_CAT' => 'None', 'NO_IMAGE' => 'No image', - 'NO_THUMBNAIL_SUPPORT' => 'Thumbnail support has been disabled. For proper functionality the GD extension needs to be available.', 'NO_UPLOAD_DIR' => 'The upload directory you specified does not exist.', 'NO_WRITE_UPLOAD' => 'The upload directory you specified cannot be written to. Please alter the permissions to allow the webserver to write to it.', |