[geeklog-cvs] Geeklog-1.x/public_html/admin auth.inc.php, 1.37, 1.38

Dirk Haun dhaun at qs1489.pair.com
Sun Mar 9 12:25:10 EDT 2008


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

Modified Files:
	auth.inc.php 
Log Message:
Oops, missing '{'


Index: auth.inc.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/auth.inc.php,v
retrieving revision 1.37
retrieving revision 1.38
diff -C2 -d -r1.37 -r1.38
*** auth.inc.php	9 Mar 2008 16:21:18 -0000	1.37
--- auth.inc.php	9 Mar 2008 16:25:08 -0000	1.38
***************
*** 47,51 ****
  $uid = '';
  if (!empty($_POST['loginname']) && !empty($_POST['passwd'])) {
!     if ($_CONF['user_login_method']['standard'])
          $status = SEC_authenticate(COM_applyFilter($_POST['loginname']),
                                     $_POST['passwd'], $uid);
--- 47,51 ----
  $uid = '';
  if (!empty($_POST['loginname']) && !empty($_POST['passwd'])) {
!     if ($_CONF['user_login_method']['standard']) {
          $status = SEC_authenticate(COM_applyFilter($_POST['loginname']),
                                     $_POST['passwd'], $uid);




More information about the geeklog-cvs mailing list