mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-24 22:21:34 +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
|
// Authorize the user to use setup app and load the database
|
||||||
// include("./inc/setup_auth.inc.php");
|
// include("./inc/setup_auth.inc.php");
|
||||||
// Does not return unless user is authorized
|
// Does not return unless user is authorized
|
||||||
$phpgw_info["server"]["api_inc"] =
|
// $phpgw_info["server"]["api_inc"] = $phpgw_info["server"]["include_root"]."/phpgwapi";
|
||||||
$phpgw_info["server"]["include_root"]."/phpgwapi";
|
include($phpgw_info["server"]["include_root"] . "/phpgwapi/inc/phpgw_common.inc.php");
|
||||||
include($phpgw_info["server"]["api_inc"] . "/phpgw_common.inc.php");
|
|
||||||
|
|
||||||
$common = new common;
|
$common = new common;
|
||||||
loaddb();
|
loaddb();
|
||||||
|
Loading…
Reference in New Issue
Block a user