new style for (old) index.php

This commit is contained in:
Ralf Becker 2002-05-11 10:36:08 +00:00
parent 5a1336c357
commit 227885f046

View File

@ -19,9 +19,6 @@
);
include('../header.inc.php');
$editor = CreateObject('etemplate.editor');
$editor->edit();
$GLOBALS['phpgw']->common->phpgw_footer();
header('Location: '.$GLOBALS['phpgw']->link('/index.php','menuaction=etemplate.editor.edit'));
$GLOBALS['phpgw']->common->phpgw_exit();
?>