TYPO3 API  SVNRelease
conf.php
Go to the documentation of this file.
00001 <?php
00002 define('TYPO3_MOD_PATH', 'sysext/version/ws/');
00003 $BACK_PATH='../../../';
00004 
00005 $MLANG['default']['tabs_images']['tab'] = 'sys_workspace.gif';
00006 $MLANG['default']['ll_ref']='LLL:EXT:lang/locallang_mod_user_ws.php';
00007 
00008 $MCONF['shy'] = FALSE;
00009 $MCONF['script'] = 'index.php';
00010 $MCONF['access']='user,group';
00011 $MCONF['name']='user_ws';
00012 ?>