prepended header include with "./" for nt compat

This commit is contained in:
pjw 2000-11-14 08:28:53 +00:00
parent d0e5d9b293
commit 4ec6f6bc4f

View File

@ -18,7 +18,7 @@
"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"]["api_dir"] . "/phpgw_template.inc.php");