From b7b29aace8a8c209f41255d0cb4b0ed33b001c53 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 21 Apr 2003 08:39:10 +0000 Subject: [PATCH] use redirect_link now --- etemplate/index.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/etemplate/index.php b/etemplate/index.php index c9b2c24f47..45229163fd 100644 --- a/etemplate/index.php +++ b/etemplate/index.php @@ -19,7 +19,4 @@ ); include('../header.inc.php'); - header('Location: '.$GLOBALS['phpgw']->link('/index.php','menuaction=etemplate.editor.edit')); - $GLOBALS['phpgw_info']['flags']['nodisplay'] = True; - exit; -?> + $GLOBALS['phpgw']->redirect_link('/index.php','menuaction=etemplate.editor.edit');