mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-13 17:38:19 +01:00
Change to call new filename for common class.
This commit is contained in:
parent
fba1a92446
commit
ba81fe2ab0
@ -20,7 +20,7 @@
|
||||
// include("./inc/setup_auth.inc.php");
|
||||
// Does not return unless user is authorized
|
||||
// $phpgw_info["server"]["api_inc"] = $phpgw_info["server"]["include_root"]."/phpgwapi";
|
||||
include($phpgw_info["server"]["include_root"] . "/phpgwapi/inc/phpgw_common.inc.php");
|
||||
include($phpgw_info["server"]["include_root"] . "/phpgwapi/inc/class.common.inc.php");
|
||||
|
||||
$common = new common;
|
||||
$phpgw_setup->loaddb();
|
||||
|
Loading…
Reference in New Issue
Block a user