[geeklog-cvs] Geeklog-2/public_html index.php,1.1.1.1,1.2

tony at iowaoutdoors.org tony at iowaoutdoors.org
Mon Dec 20 17:16:36 EST 2004


Update of /var/cvs/Geeklog-2/public_html
In directory www:/tmp/cvs-serv28598

Modified Files:
	index.php 
Log Message:
Changed Propel::init to use the config file value I had already set up.


Index: index.php
===================================================================
RCS file: /var/cvs/Geeklog-2/public_html/index.php,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -C2 -d -r1.1.1.1 -r1.2
*** index.php	17 Dec 2004 23:35:47 -0000	1.1.1.1
--- index.php	20 Dec 2004 22:16:34 -0000	1.2
***************
*** 25,29 ****
  
  // Initialize Propel
! Propel::init($glConf['path_system'] . 'Propel/Geeklog-2-conf.php');
  
  // Start a PHP-based session
--- 25,29 ----
  
  // Initialize Propel
! Propel::init($glConf['path_propel_config']);
  
  // Start a PHP-based session




More information about the geeklog-cvs mailing list