diff --git a/files.php b/files.php index 4fa9550..1bc9f1c 100644 --- a/files.php +++ b/files.php @@ -95,7 +95,7 @@ function fileManager_dir($directory, $return_link, $first_call=true) { $fileManager .= fileManager_dir("$directory/$this_file", $return_link , false); $fileManager .= ""; } else { - $fileManager .= "
  •         [HIDDEN] ".$fileAtts."
  • "; + $fileManager .= "
  •         [HIDDEN] ".$fileAtts."
  • "; } } else { // File @@ -117,7 +117,7 @@ function fileManager_dir($directory, $return_link, $first_call=true) { $chmodInfo = substr(sprintf('%o', fileperms($link)), -4); $fileAtts = ''.$chmodInfo.''; } - $fileManager .= "
  •         " . htmlspecialchars($this_file) . " ".$fileAtts."
  • "; + $fileManager .= "
  •         " . htmlspecialchars($this_file) . " ".$fileAtts."
  • "; } else { $fileAtts = ""; $fileManager .= "
  •         [HIDDEN] ".$fileAtts."
  • "; @@ -142,14 +142,14 @@ function php4_scandir($dir) { ?> - + ICE Coder File Manager - +