2 defined('TYPO3_MODE') or die();
4 if (TYPO3_MODE
=== 'BE') {
5 $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['reports']['sv']['services'] = array(
6 'title' => 'LLL:EXT:sv/Resources/Private/Language/locallang.xlf:report_title',
7 'description' => 'LLL:EXT:sv/Resources/Private/Language/locallang.xlf:report_description',
8 'icon' => 'EXT:sv/Resources/Public/Images/service-reports.png',
9 'report' => \TYPO3\CMS\Sv\Report\ServicesListReport
::class