forked from extern/egroupware
use redirect_link now
This commit is contained in:
parent
200c2a0457
commit
b7b29aace8
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user