forked from extern/egroupware
Commented out filesystem_separator call since it was broken and not really used here
This commit is contained in:
parent
081a7ddfaa
commit
bdf540395a
@ -26,7 +26,8 @@
|
|||||||
|
|
||||||
include($phpgw_info["server"]["api_inc"]."/class.common.inc.php");
|
include($phpgw_info["server"]["api_inc"]."/class.common.inc.php");
|
||||||
$common = new common;
|
$common = new common;
|
||||||
$sep = $common->filesystem_separator();
|
// this is not used
|
||||||
|
//$sep = $common->filesystem_separator();
|
||||||
} else {
|
} else {
|
||||||
$newinstall = True;
|
$newinstall = True;
|
||||||
$lang_selected["en"] = "en";
|
$lang_selected["en"] = "en";
|
||||||
|
Loading…
Reference in New Issue
Block a user