mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
introduced PHPGW_INCLUDE_ROOT
This commit is contained in:
parent
b0227a29ae
commit
d3d05690ce
@ -1,5 +1,5 @@
|
||||
<?php
|
||||
if (!$phpgw_info["server"]["contacts_repository"]) { $phpgw_info["server"]["contacts_repository"] = "sql"; }
|
||||
include($phpgw_info["server"]["include_root"]."/addressbook/inc/class.contacts_".$phpgw_info["server"]["contacts_repository"].".inc.php");
|
||||
include($phpgw_info["server"]["include_root"]."/addressbook/inc/class.contacts_shared.inc.php");
|
||||
include(PHPGW_INCLUDE_ROOT."/addressbook/inc/class.contacts_".$phpgw_info["server"]["contacts_repository"].".inc.php");
|
||||
include(PHPGW_INCLUDE_ROOT."/addressbook/inc/class.contacts_shared.inc.php");
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user