Aleksander Machniak
2015-10-18 b0349c988f91b799b31f0fae4d5ae7c1f3b44c44
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