mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-26 15:59:23 +01:00
prepended header include with "./" for nt compat
This commit is contained in:
parent
d0e5d9b293
commit
4ec6f6bc4f
@ -18,7 +18,7 @@
|
|||||||
"noheader" => True
|
"noheader" => True
|
||||||
);
|
);
|
||||||
|
|
||||||
include("header.inc.php");
|
include("./header.inc.php");
|
||||||
// include($phpgw_info["server"]["include_root"] . "/lang/" . "en" . "_login.inc.php");
|
// include($phpgw_info["server"]["include_root"] . "/lang/" . "en" . "_login.inc.php");
|
||||||
include($phpgw_info["server"]["api_dir"] . "/phpgw_template.inc.php");
|
include($phpgw_info["server"]["api_dir"] . "/phpgw_template.inc.php");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user