TYPO3 API  SVNRelease
ext_localconf.php
Go to the documentation of this file.
00001 <?php
00002 /* $Id$ */
00003 
00004 if (!defined ('TYPO3_MODE')) {
00005     die ('Access denied.');
00006 }
00007 
00008 $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['scheduler']['tasks']['tx_reports_tasks_SystemStatusUpdateTask'] = array(
00009     'extension'        => $_EXTKEY,
00010     'title'            => 'LLL:EXT:' . $_EXTKEY . '/reports/locallang.xml:status_updateTaskTitle',
00011     'description'      => 'LLL:EXT:' . $_EXTKEY . '/reports/locallang.xml:status_updateTaskDescription',
00012     'additionalFields' => 'tx_reports_tasks_SystemStatusUpdateTaskNotificationEmailField'
00013 );
00014 
00015 $TYPO3_CONF_VARS['SC_OPTIONS']['t3lib/class.t3lib_befunc.php']['displayWarningMessages']['tx_reports_WarningMessagePostProcessor'] = 'EXT:reports/reports/status/class.tx_reports_reports_status_warningmessagepostprocessor.php:tx_reports_reports_status_WarningMessagePostProcessor';
00016 
00017 ?>