[geeklog-cvs] Geeklog-1.x/system lib-security.php,1.56,1.57

Dirk Haun dhaun at qs1489.pair.com
Sat May 26 15:29:46 EDT 2007


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

Modified Files:
	lib-security.php 
Log Message:
Prevent warning about undefined index


Index: lib-security.php
===================================================================
RCS file: /cvsroot/geeklog/Geeklog-1.x/system/lib-security.php,v
retrieving revision 1.56
retrieving revision 1.57
diff -C2 -d -r1.56 -r1.57
*** lib-security.php	2 Mar 2007 08:02:35 -0000	1.56
--- lib-security.php	26 May 2007 19:29:44 -0000	1.57
***************
*** 743,747 ****
          $redirect = true;
      } else {
!         if (($_REQUEST['mode'] == 'logout') || ($_REQUEST['mode'] == ''))
          {
              $redirect = false;
--- 743,747 ----
          $redirect = true;
      } else {
!         if (empty($_REQUEST['mode']) || ($_REQUEST['mode'] == 'logout'))
          {
              $redirect = false;




More information about the geeklog-cvs mailing list