forked from extern/egroupware
fixed problem with default settings
This commit is contained in:
parent
d97225c0c1
commit
60d5f7322d
@ -1,4 +1,4 @@
|
||||
<?php
|
||||
if (!$phpgw_info["server"]["contacts_application"]) { $phpgw_info["server"]["contacts_application"] = "addressbook"; }
|
||||
include($phpgw_info["server"]["include_root"]."/".$phpgw_info["server"]["contact_application"]."/inc/class.contacts.inc.php");
|
||||
include($phpgw_info["server"]["include_root"]."/".$phpgw_info["server"]["contacts_application"]."/inc/class.contacts.inc.php");
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user