Documentation TYPO3 par Ameos |
00001 <?php 00002 00003 // Setting specific configuration for the third part module: 00004 $MCONF['phpMyAdminScript'] = ''; // or 'main.php','db_details.php' // Enter the script to load, if any 00005 $MCONF['phpMyAdminSubDir']=''; 00006 if (!isset($MCONF['extModInclude'])) {$MCONF['extModInclude']=0;} 00007 00008 ## UN-COMMENT THIS LINE to activate phpMyAdmin! Please make sure the path is correct! 00009 ## (LOWERCASE!!) 00010 $MCONF['phpMyAdminSubDir'] = 'phpmyadmin-2.5.6-rc1/'; // Enter the subdirectory of the scripts (LOWERCASE!!) 00011 00012 00013 00014 00015 00016 00017 // Almost regular configuration of the module. Only if $MCONF['extModInclude'] is set, then phpMyAdminSubDir is prepended to the TYPO3_MOD_PATH and '../' to BACK_PATH. If this is not correct, init.php will exit! 00018 define('TYPO3_MOD_PATH', 'ext/phpmyadmin/modsub/'.($MCONF['extModInclude']?$MCONF['phpMyAdminSubDir']:'')); 00019 $BACK_PATH='../../../'.($MCONF['extModInclude']?'../':''); 00020 00021 $MLANG['default']['tabs_images']['tab'] = 'thirdparty_db.gif'; 00022 $MLANG['default']['ll_ref']='LLL:EXT:phpmyadmin/modsub/locallang_mod.php'; 00023 00024 $MCONF['script']='index.php'; 00025 $MCONF['access']='admin'; 00026 $MCONF['name']='tools_txphpmyadmin'; 00027 ?>