Dropped support for fal_securedownload

This commit is contained in:
Marcel Kapfer 2021-03-29 16:59:15 +02:00
parent f04547de7d
commit d250cf4ca8
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
2 changed files with 0 additions and 6 deletions

View File

@ -14,10 +14,6 @@ But "showAtAnyLogin" or "hideAtAnyLogin" is not supported at the moment.
* TYPO3 9.3
* TYPO3 8.7
## Supported Extension
* fal_securedownload in version 2.0 or newer
## Changelog
| Version | Date | State | Description |

View File

@ -21,8 +21,6 @@ defined('TYPO3_MODE') || die();
/** @var \TYPO3\CMS\Extbase\SignalSlot\Dispatcher $signalSlotDispatcher */
$signalSlotDispatcher = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Extbase\\SignalSlot\\Dispatcher');
$signalSlotDispatcher->connect(
\BeechIt\FalSecuredownload\Security\CheckPermissions::class,
'AddCustomGroups',
\MMK2410\FeIpAuth\Slot\AddCustomGroupsSlot::class,
'addCustomGroups'
);