0byt3m1n1
Path:
/
data
/
applications
/
aps
/
typo3
/
4.5.5-0
/
standard
/
htdocs
/
typo3
/
sysext
/
scheduler
/
[
Home
]
File: ext_tables.php
<?php /* $Id$ */ if (!defined('TYPO3_MODE')) { die ('Access denied.'); } if (TYPO3_MODE == 'BE') { // Add module t3lib_extMgm::addModule('tools', 'txschedulerM1', '', t3lib_extMgm::extPath($_EXTKEY) . 'mod1/'); // Add context sensitive help (csh) to the backend module t3lib_extMgm::addLLrefForTCAdescr('_MOD_tools_txschedulerM1', 'EXT:' . $_EXTKEY . '/mod1/locallang_csh_scheduler.xml'); } ?>