mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
Fixed include path was wrong
This commit is contained in:
parent
6563053c82
commit
abe3cc3baf
@ -19,9 +19,8 @@
|
||||
// Authorize the user to use setup app and load the database
|
||||
// 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"]["api_inc"] . "/phpgw_common.inc.php");
|
||||
// $phpgw_info["server"]["api_inc"] = $phpgw_info["server"]["include_root"]."/phpgwapi";
|
||||
include($phpgw_info["server"]["include_root"] . "/phpgwapi/inc/phpgw_common.inc.php");
|
||||
|
||||
$common = new common;
|
||||
loaddb();
|
||||
|
Loading…
Reference in New Issue
Block a user