phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: sitemgr/sitemgr-link index.php,1.6,1.7


From: Michael Totschnig <address@hidden>
Subject: [Phpgroupware-cvs] CVS: sitemgr/sitemgr-link index.php,1.6,1.7
Date: Fri, 31 Jan 2003 12:03:44 -0500

Update of /cvsroot/phpgroupware/sitemgr/sitemgr-link
In directory subversions:/tmp/cvs-serv15808

Modified Files:
        index.php 
Log Message:
use the API redirect


Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/sitemgr/sitemgr-link/index.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** index.php   17 Jan 2003 03:37:52 -0000      1.6
--- index.php   31 Jan 2003 17:03:42 -0000      1.7
***************
*** 32,38 ****
        {
                require_once($dir . '/functions.inc.php');
! 
!               Header('Location: ' . 
sitemgr_link2('/index.php',array("PHPSESSID" => session_id())));
!               //echo sitemgr_link2('/index.php');
                exit;
        }
--- 32,37 ----
        {
                require_once($dir . '/functions.inc.php');
!               
!               $GLOBALS['phpgw']->redirect(sitemgr_link(array("PHPSESSID" => 
session_id())));
                exit;
        }





reply via email to

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