[geeklog-cvs] Geeklog-2 config.php,1.2,1.3

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


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

Modified Files:
	config.php 
Log Message:
Added account manager settings


Index: config.php
===================================================================
RCS file: /var/cvs/Geeklog-2/config.php,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** config.php	18 Dec 2004 07:14:37 -0000	1.2
--- config.php	20 Dec 2004 22:17:54 -0000	1.3
***************
*** 23,29 ****
  $glConf['path_propel_classes'] = $glConf['path_system'] . 'Propel';
  $glConf['path_propel_config'] = $glConf['path_system'] . 'Propel/Geeklog-2-conf.php';
- 
  $glConf['dao_object'] = 'PropelDAO';  // This is the only option right now.
  
  // Set the include_path
  if (!$glConf['have_propel']) {
--- 23,32 ----
  $glConf['path_propel_classes'] = $glConf['path_system'] . 'Propel';
  $glConf['path_propel_config'] = $glConf['path_system'] . 'Propel/Geeklog-2-conf.php';
  $glConf['dao_object'] = 'PropelDAO';  // This is the only option right now.
  
+ // Account manager, default is the
+ $glConf['account_manager'] = 'DefaultAccountManager';
+ $glConf['account_manager_options'] = array();
+ 
  // Set the include_path
  if (!$glConf['have_propel']) {




More information about the geeklog-cvs mailing list