Main Page   File List   File Members   Related Pages  

config.inc.php

Go to the documentation of this file.
00001 <?php
00002 // $Header: /cvsroot/modphpcms/modphpcms/includes/config.inc.php,v 1.5 2004/06/08 14:56:08 fred87 Exp $
00003 
00018 define('debug_mode'             , false);
00019 
00026 define('config_db_host'         , 'mysql.sourceforge.net');
00027 
00034 define('config_db_method'       , 'mysql');
00035 
00042 define('config_db_dbname'       , 'modphpcms');
00043 
00051 define('config_db_prefix'       , 'mpc_');
00052 
00059 define('config_db_user'         , 'modphpcms');
00060 
00068 define('config_db_password'     , 'mpcdemo');
00069 ?>

Generated on Wed Jun 9 03:38:16 2004 for modphpcms by doxygen1.2.18