From 6c34fe2f4883b9eae3c2b6a2a79b80ef1e75dfee Mon Sep 17 00:00:00 2001 From: jengo Date: Thu, 24 Aug 2000 23:20:53 +0000 Subject: [PATCH] Fixed a typo and replace the old file system separator with the new one --- logout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/logout.php b/logout.php index b11a820bb5..9f18acb178 100755 --- a/logout.php +++ b/logout.php @@ -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") {