mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
moved to "api_inc"
This commit is contained in:
parent
c16da3e05b
commit
7a2cdee315
@ -27,7 +27,7 @@
|
||||
echo "<html><head><title>phpGroupWare Setup</title></head>\n";
|
||||
echo "<body bgcolor='#ffffff'>\n";
|
||||
|
||||
include($phpgw_info["server"]["include_root"]."/phpgwapi/phpgw_common.inc.php");
|
||||
include($phpgw_info["server"]["api_inc"]."/phpgw_common.inc.php");
|
||||
$common = new common;
|
||||
$sep = $common->filesystem_separator();
|
||||
} else {
|
||||
|
Loading…
Reference in New Issue
Block a user