[geeklog-cvs] Auth_Enterprise/Server AEServerConfig.php,1.5,1.6

tony at iowaoutdoors.org tony at iowaoutdoors.org
Thu Jul 1 14:18:33 EDT 2004


Update of /var/cvs/Auth_Enterprise/Server
In directory www:/tmp/cvs-serv19165

Modified Files:
	AEServerConfig.php 
Log Message:
Fixed path in include_once call

Index: AEServerConfig.php
===================================================================
RCS file: /var/cvs/Auth_Enterprise/Server/AEServerConfig.php,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** AEServerConfig.php	1 Jul 2004 18:06:44 -0000	1.5
--- AEServerConfig.php	1 Jul 2004 18:18:31 -0000	1.6
***************
*** 77,81 ****
  * their own location.  Folks wishing to add custom password rules should do so there
  */
! include_once 'Auth_Enterprise/AEPasswordRules.php';
  
  // Settings for the PEAR DB provider
--- 77,81 ----
  * their own location.  Folks wishing to add custom password rules should do so there
  */
! include_once 'Auth_Enterprise/Server/AEPasswordRules.php';
  
  // Settings for the PEAR DB provider




More information about the geeklog-cvs mailing list