plugins/redundant_attachments/redundant_attachments.php
@@ -1,4 +1,5 @@ <?php /** * Redundant attachments * @@ -31,6 +32,10 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ if (class_exists('filesystem_attachments', false)) { die("Configuration issue. There can be only one enabled plugin for attachments handling"); } require_once(RCUBE_PLUGINS_DIR . 'filesystem_attachments/filesystem_attachments.php'); class redundant_attachments extends filesystem_attachments