use redirect_link now

This commit is contained in:
Ralf Becker 2003-04-21 08:39:10 +00:00
parent 200c2a0457
commit b7b29aace8

View File

@ -19,7 +19,4 @@
); );
include('../header.inc.php'); include('../header.inc.php');
header('Location: '.$GLOBALS['phpgw']->link('/index.php','menuaction=etemplate.editor.edit')); $GLOBALS['phpgw']->redirect_link('/index.php','menuaction=etemplate.editor.edit');
$GLOBALS['phpgw_info']['flags']['nodisplay'] = True;
exit;
?>