TYPO3 API  SVNRelease
ext_tables.php
Go to the documentation of this file.
00001 <?php
00002 if (!defined('TYPO3_MODE')) {
00003     die ('Access denied.');
00004 }
00005 
00006 if (TYPO3_MODE === 'BE') {
00007     t3lib_extMgm::addModule('tools', 'txdbalM1', '', t3lib_extMgm::extPath($_EXTKEY) . 'mod1/');
00008 }
00009 ?>