[geeklog-cvs] MVCnPHP/contactmanager config.php,1.1.1.1,1.2

geeklog-cvs-admin at lists.geeklog.net geeklog-cvs-admin at lists.geeklog.net
Mon Jul 14 12:24:00 EDT 2003


Update of /usr/cvs/geeklog/MVCnPHP/contactmanager
In directory internal.geeklog.net:/tmp/cvs-serv6168

Modified Files:
	config.php 
Log Message:
Genericized the configuration settings.

Index: config.php
===================================================================
RCS file: /usr/cvs/geeklog/MVCnPHP/contactmanager/config.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** config.php	5 Apr 2003 20:00:52 -0000	1.1.1.1
--- config.php	14 Jul 2003 16:23:58 -0000	1.2
***************
*** 41,54 ****
  $gConf['dbhost'] = 'localhost';
  $gConf['dbname'] = 'contactmanager';
! $gConf['dbuser'] = 'root';
! $gConf['dbpass'] = '';
  
  // Site settings
  
  // Modify the URL according to where you installed this package
! $gConf['site_url'] = 'http://localhost/MVC/contactmanager';
  
  // Point this to the base MVC code (where ever Controller.class.php is)
! $gConf['path_mvc'] = '/var/www/MVC/';
  
  // DO NOT CHANGE BELOW HERE
--- 41,54 ----
  $gConf['dbhost'] = 'localhost';
  $gConf['dbname'] = 'contactmanager';
! $gConf['dbuser'] = 'username';
! $gConf['dbpass'] = 'password';
  
  // Site settings
  
  // Modify the URL according to where you installed this package
! $gConf['site_url'] = 'http://www.example.com';
  
  // Point this to the base MVC code (where ever Controller.class.php is)
! $gConf['path_mvc'] = '/path/to/MVCnPHP/';
  
  // DO NOT CHANGE BELOW HERE





More information about the geeklog-cvs mailing list