TYPO3 API  SVNRelease
ext_tables.php
Go to the documentation of this file.
00001 <?php
00002 if (!defined ('TYPO3_MODE'))    die ('Access denied.');
00003 
00004 if (TYPO3_MODE=='BE')   {
00005     t3lib_extMgm::addModule('tools','dbint','',t3lib_extMgm::extPath($_EXTKEY).'dbint/');
00006     t3lib_extMgm::addModule('tools','config','',t3lib_extMgm::extPath($_EXTKEY).'config/');
00007 
00008 /*
00009     t3lib_extMgm::insertModuleFunction(
00010         'web_func',
00011         'tx_lowlevel_cleaner',
00012         t3lib_extMgm::extPath($_EXTKEY).'class.tx_lowlevel_cleaner.php',
00013         'Cleaner',
00014         'function',
00015         'online'
00016     );
00017 */
00018 }
00019 ?>