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

Dirk Haun dhaun at qs1489.pair.com
Sun Mar 9 13:05:02 EDT 2008


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

Modified Files:
	auth.inc.php 
Log Message:
Oh wow - a feature that depended on register_globals = on :-)


Index: auth.inc.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/public_html/admin/auth.inc.php,v
retrieving revision 1.38
retrieving revision 1.39
diff -C2 -d -r1.38 -r1.39
*** auth.inc.php	9 Mar 2008 16:25:08 -0000	1.38
--- auth.inc.php	9 Mar 2008 17:05:00 -0000	1.39
***************
*** 102,106 ****
      } else {
  
!         if (!empty($warn)) {
              $display .= $LANG20[2]
                       . '<br' . XHTML . '><br' . XHTML . '>'
--- 102,106 ----
      } else {
  
!         if (isset($_POST['warn'])) {
              $display .= $LANG20[2]
                       . '<br' . XHTML . '><br' . XHTML . '>'




More information about the geeklog-cvs mailing list