Content of ' . $path . '' : 'this directory'; ?>

$is_dir) { $escaped_entry = htmlspecialchars($entry); $filename_without_extension = htmlspecialchars(pathinfo($entry, PATHINFO_FILENAME)); $file_extension = htmlspecialchars(pathinfo($entry, PATHINFO_EXTENSION)); $file_size = $is_dir ? '' : filesize($path . $entry); $file_created = $is_dir ? '' : date('Y-m-d H:i:s', filectime($path . $entry)); echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; echo ''; } ?>
Directory Contents
Name Type Size Created Actions
'; if ($is_dir) { echo "$filename_without_extension"; } else { echo "$filename_without_extension"; } echo '' . $file_extension . '' . ($file_size ? formatBytes($file_size) : '') . '' . $file_created . ''; if (!$is_dir) { echo "Download"; } echo '