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');
}
|