mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
added a "./" to an include to make iis compatible
This commit is contained in:
parent
2597b35749
commit
18fbb765e9
@ -56,7 +56,7 @@
|
||||
|
||||
$ok = true;
|
||||
$baseDir = $phpgw_info["server"]["server_root"];
|
||||
include("inc/core_setup.inc.php");
|
||||
include("./inc/core_setup.inc.php");
|
||||
if (!$ok) {
|
||||
exit;
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user