phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] CVS: phpgwapi/inc functions.inc.php,1.166,1.167


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: phpgwapi/inc functions.inc.php,1.166,1.167
Date: Mon, 31 Mar 2003 11:50:51 -0500

Update of /cvsroot/phpgroupware/phpgwapi/inc
In directory subversions:/tmp/cvs-serv11825

Modified Files:
        functions.inc.php 
Log Message:
added function redirect_link and added nodisplay before exit

Index: functions.inc.php
===================================================================
RCS file: /cvsroot/phpgroupware/phpgwapi/inc/functions.inc.php,v
retrieving revision 1.166
retrieving revision 1.167
diff -C2 -r1.166 -r1.167
*** functions.inc.php   28 Mar 2003 16:19:46 -0000      1.166
--- functions.inc.php   31 Mar 2003 16:50:49 -0000      1.167
***************
*** 316,320 ****
                if (! $GLOBALS['phpgw']->session->verify())
                {
!                       
$GLOBALS['phpgw']->redirect($GLOBALS['phpgw']->session->link('/login.php','code=10'));
                }
  
--- 316,320 ----
                if (! $GLOBALS['phpgw']->session->verify())
                {
!                       
$GLOBALS['phpgw']->redirect_link('/login.php','code=10');
                }
  





reply via email to

[Prev in Thread] Current Thread [Next in Thread]