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/adm/style | |
parent | d753351edc04a45c61411ee09607fb932d314617 (diff) | |
download | forums-e2d26e102d04a77a3d3e727508789e50ba9d36b6.tar forums-e2d26e102d04a77a3d3e727508789e50ba9d36b6.tar.gz forums-e2d26e102d04a77a3d3e727508789e50ba9d36b6.tar.bz2 forums-e2d26e102d04a77a3d3e727508789e50ba9d36b6.tar.xz forums-e2d26e102d04a77a3d3e727508789e50ba9d36b6.zip |
[ticket/security/227] Remove "no thumbnail support" message
SECURITY-227
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r-- | phpBB/adm/style/acp_attachments.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/phpBB/adm/style/acp_attachments.html b/phpBB/adm/style/acp_attachments.html index 2baca09f5e..868e256ef5 100644 --- a/phpBB/adm/style/acp_attachments.html +++ b/phpBB/adm/style/acp_attachments.html @@ -37,12 +37,6 @@ <!-- IF S_ATTACHMENT_SETTINGS --> - <!-- IF not S_THUMBNAIL_SUPPORT --> - <div class="errorbox"> - <p>{L_NO_THUMBNAIL_SUPPORT}</p> - </div> - <!-- ENDIF --> - <form id="attachsettings" method="post" action="{U_ACTION}"> <!-- BEGIN options --> <!-- IF options.S_LEGEND --> |