forked from extern/egroupware
Ensure inclusion of the top-level header.inc.php
This commit is contained in:
parent
4c68b78768
commit
939b038f46
@ -19,7 +19,7 @@
|
|||||||
'disable_Template_class' => True,
|
'disable_Template_class' => True,
|
||||||
'currentapp' => 'notifywindow'
|
'currentapp' => 'notifywindow'
|
||||||
);
|
);
|
||||||
include('header.inc.php');
|
include('./header.inc.php');
|
||||||
header("Content-type: text/xml");
|
header("Content-type: text/xml");
|
||||||
|
|
||||||
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
|
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
|
||||||
|
Loading…
Reference in New Issue
Block a user