Dropped support for fal_securedownload
This commit is contained in:
parent
f04547de7d
commit
d250cf4ca8
2 changed files with 0 additions and 6 deletions
|
@ -14,10 +14,6 @@ But "showAtAnyLogin" or "hideAtAnyLogin" is not supported at the moment.
|
||||||
* TYPO3 9.3
|
* TYPO3 9.3
|
||||||
* TYPO3 8.7
|
* TYPO3 8.7
|
||||||
|
|
||||||
## Supported Extension
|
|
||||||
|
|
||||||
* fal_securedownload in version 2.0 or newer
|
|
||||||
|
|
||||||
## Changelog
|
## Changelog
|
||||||
|
|
||||||
| Version | Date | State | Description |
|
| Version | Date | State | Description |
|
||||||
|
|
|
@ -21,8 +21,6 @@ defined('TYPO3_MODE') || die();
|
||||||
/** @var \TYPO3\CMS\Extbase\SignalSlot\Dispatcher $signalSlotDispatcher */
|
/** @var \TYPO3\CMS\Extbase\SignalSlot\Dispatcher $signalSlotDispatcher */
|
||||||
$signalSlotDispatcher = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Extbase\\SignalSlot\\Dispatcher');
|
$signalSlotDispatcher = \TYPO3\CMS\Core\Utility\GeneralUtility::makeInstance('TYPO3\\CMS\\Extbase\\SignalSlot\\Dispatcher');
|
||||||
$signalSlotDispatcher->connect(
|
$signalSlotDispatcher->connect(
|
||||||
\BeechIt\FalSecuredownload\Security\CheckPermissions::class,
|
|
||||||
'AddCustomGroups',
|
|
||||||
\MMK2410\FeIpAuth\Slot\AddCustomGroupsSlot::class,
|
\MMK2410\FeIpAuth\Slot\AddCustomGroupsSlot::class,
|
||||||
'addCustomGroups'
|
'addCustomGroups'
|
||||||
);
|
);
|
||||||
|
|
Reference in a new issue