mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Fixed a typo and replace the old file system separator with the new one
This commit is contained in:
parent
3ef5c4b3f6
commit
6c34fe2f48
@ -22,7 +22,7 @@
|
||||
include("header.inc.php");
|
||||
// include($phpgw_info["server"]["include_root"] . "/lang/en/" . "en" . "_logout.inc.php");
|
||||
|
||||
$sep = $phpgw->common->filesystem_separator();
|
||||
$sep = $phpgw->common->filesystem_sepeartor();
|
||||
|
||||
/*
|
||||
if ($installed[cron_apps] != "Y") {
|
||||
|
Loading…
Reference in New Issue
Block a user