mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-03 12:39:25 +01:00
fixing nt compatibility
This commit is contained in:
parent
4ec6f6bc4f
commit
9ad8619e72
@ -18,7 +18,7 @@
|
|||||||
$phpgw_info["server"]["api_dir"] = $phpgw_info["server"]["include_root"]."/phpgwapi";
|
$phpgw_info["server"]["api_dir"] = $phpgw_info["server"]["include_root"]."/phpgwapi";
|
||||||
|
|
||||||
// Authorize the user to use setup app
|
// Authorize the user to use setup app
|
||||||
include("inc/setup_auth.inc.php");
|
include("./inc/setup_auth.inc.php");
|
||||||
// Does not return unless user is authorized
|
// Does not return unless user is authorized
|
||||||
echo "<html><head><title>phpGroupWare Setup</title></head>\n";
|
echo "<html><head><title>phpGroupWare Setup</title></head>\n";
|
||||||
echo "<body bgcolor='#ffffff'>\n";
|
echo "<body bgcolor='#ffffff'>\n";
|
||||||
|
Loading…
Reference in New Issue
Block a user