diff --git a/bin/output/backend/download.php b/bin/output/backend/download.php index a96300069576cb29179ec6ecd8db40b5261101c4..32654497de4b272683f007a8027f571cdbc6efa3 100644 --- a/bin/output/backend/download.php +++ b/bin/output/backend/download.php @@ -5,8 +5,13 @@ * It opens the native download dialog */ -define('QUIQQER_SYSTEM', true); -define('QUIQQER_AJAX', true); +if (!defined('QUIQQER_SYSTEM')) { + define('QUIQQER_SYSTEM', true); +} + +if (!defined('QUIQQER_AJAX')) { + define('QUIQQER_AJAX', true); +} require_once dirname(__FILE__, 6) . '/header.php';