mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
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