TYPO3 API  SVNRelease
conf.php
Go to the documentation of this file.
00001 <?php
00002 
00003     // DO NOT REMOVE OR CHANGE THESE 2 LINES:
00004 $MCONF['name'] = 'tools_txreportsM1';
00005 $MCONF['script'] = '_DISPATCH';
00006 
00007 $MCONF['access'] = 'admin';
00008 
00009 $MLANG['default']['tabs_images']['tab'] = 'moduleicon.gif';
00010 $MLANG['default']['ll_ref'] = 'LLL:EXT:reports/mod/locallang.xml';
00011 
00012 ?>