mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 06:30:59 +01:00
renamed a var from api_dir api_inc
This commit is contained in:
parent
9e14f6cf9a
commit
b68557126a
@ -84,7 +84,7 @@
|
||||
// This is a fix for NT
|
||||
if (!isset($phpgw_info["flags"]["noapi"]) ||
|
||||
!$phpgw_info["flags"]["noapi"] == True){
|
||||
include($phpgw_info["server"]["api_dir"] . "/phpgw.inc.php");
|
||||
include($phpgw_info["server"]["api_inc"] . "/phpgw.inc.php");
|
||||
}
|
||||
|
||||
// Leave off the final php closing tag, some editors will add
|
||||
|
Loading…
Reference in New Issue
Block a user