MediaWiki  REL1_21
MediaWikiInstallationConfig.php
Go to the documentation of this file.
00001 <?php
00033 define( 'DB_NAME_PREFIX', "database_name" );
00034 define( 'DIRECTORY_NAME', "mediawiki" );
00035 define( 'PORT', "8080" );
00036 define( 'HOST_NAME', "localhost" );
00037 
00045 define ( 'TEST_BROWSER', "*firefox" );