3 if (!defined('TYPO3_MODE')) {
4 die ('Access denied.');
7 if (TYPO3_MODE
== 'BE') {
9 t3lib_extMgm
::addModule('tools', 'txschedulerM1', '', t3lib_extMgm
::extPath($_EXTKEY) . 'mod1/');
11 // Add context sensitive help (csh) to the backend module
12 t3lib_extMgm
::addLLrefForTCAdescr('_MOD_tools_txschedulerM1', 'EXT:' . $_EXTKEY . '/mod1/locallang_csh_scheduler.xml');