AOEpeople /
crawler
| 1 | <?php |
||
| 2 | defined('TYPO3_MODE') or die(); |
||
| 3 | |||
| 4 | if ('BE' === TYPO3_MODE) { |
||
|
0 ignored issues
–
show
introduced
by
Loading history...
|
|||
| 5 | \AOE\Crawler\Utility\BackendUtility::registerInfoModuleFunction(); |
||
| 6 | \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::allowTableOnStandardPages('tx_crawler_configuration'); |
||
| 7 | } |
||
| 8 |