[geeklog-cvs] Geeklog-1.x/public_html lib-common.php,1.682,1.683

Michael Jervis mjervis at qs1489.pair.com
Wed Mar 5 02:49:49 EST 2008


Update of /cvsroot/geeklog/Geeklog-1.x/public_html
In directory qs1489.pair.com:/tmp/cvs-serv75965/public_html

Modified Files:
	lib-common.php 
Log Message:
Remove non-PHP files loaded as authentication modules.

Index: lib-common.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/lib-common.php,v
retrieving revision 1.682
retrieving revision 1.683
diff -C2 -d -r1.682 -r1.683
*** lib-common.php	24 Feb 2008 10:55:49 -0000	1.682
--- lib-common.php	5 Mar 2008 07:49:46 -0000	1.683
***************
*** 2370,2374 ****
                  {
                      $strpos = strpos( $filename, '.auth.class.php' );
!                     if( $strpos )
                      {
                          $service = substr( $filename, 0, $strpos );
--- 2370,2374 ----
                  {
                      $strpos = strpos( $filename, '.auth.class.php' );
!                     if( $strpos && (substr( $filename, strlen( $filename ) - 4) == '.php') )
                      {
                          $service = substr( $filename, 0, $strpos );




More information about the geeklog-cvs mailing list