introduced PHPGW_INCLUDE_ROOT

This commit is contained in:
Lars Kneschke 2001-02-06 16:24:29 +00:00
parent b0227a29ae
commit d3d05690ce

View File

@ -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");
?>