moved to "api_inc"

This commit is contained in:
Lars Kneschke 2000-12-29 20:04:42 +00:00
parent c16da3e05b
commit 7a2cdee315

View File

@ -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 {