From 425b96d3f5c86ae759c63f70a68210a662c0c057 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Wed, 24 Sep 2003 22:37:20 +0000 Subject: [PATCH] dont upcase path as it's case sensitive --- filemanager/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/filemanager/index.php b/filemanager/index.php index b2175b3a0b..c1f31e932a 100755 --- a/filemanager/index.php +++ b/filemanager/index.php @@ -673,7 +673,7 @@ if (!$op && !$delete && !$createdir && !$renamefiles && !$move && !$copy && !$ed } html_font_set (4, HTML_TABLE_FILES_HEADER_TEXT_COLOR); - html_text_bold (strtoupper ($disppath)); + html_text_bold ($disppath); html_font_end (); html_help_link ('directory_name'); html_table_col_end ();