$path_parts = pathinfo($_SERVER[ 'SCRIPT_NAME']); ?>
Index of =$path_parts["dirname"]?>
Index of =$path_parts["dirname"]?>
| Name |
Last Modified |
Size (bytes) |
if ($handle = opendir(getcwd())) {
while (false !== ($file = readdir($handle))) {
if ($file != "." && $file != ".." && $file != "index.php" && $file != ".DS_Store" && $file != "Swami bhajan" && $file != "._.DS_Store") {
?>
|
=$file?>
|
echo(date ("F d Y H:i:s", filemtime($file)))?> |
echo(filesize($file))?> |
}
}
closedir($handle);
}
?>