phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] CVS: etemplate index.php,1.3,1.4


From: Ralf Becker <address@hidden>
Subject: [Phpgroupware-cvs] CVS: etemplate index.php,1.3,1.4
Date: Mon, 21 Apr 2003 04:39:13 -0400

Update of /cvsroot/phpgroupware/etemplate
In directory subversions:/tmp/cvs-serv7680

Modified Files:
        index.php 
Log Message:
use redirect_link now

Index: index.php
===================================================================
RCS file: /cvsroot/phpgroupware/etemplate/index.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** index.php   28 Sep 2002 20:01:43 -0000      1.3
--- index.php   21 Apr 2003 08:39:10 -0000      1.4
***************
*** 20,25 ****
        include('../header.inc.php');
  
!       header('Location: 
'.$GLOBALS['phpgw']->link('/index.php','menuaction=etemplate.editor.edit'));
!       $GLOBALS['phpgw_info']['flags']['nodisplay'] = True;
!       exit;
! ?>
--- 20,22 ----
        include('../header.inc.php');
  
!       
$GLOBALS['phpgw']->redirect_link('/index.php','menuaction=etemplate.editor.edit');





reply via email to

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