halgatewood / file-directory-list

Free Super Clean PHP File Directory Listing Script
https://halgatewood.com/free/file-directory-list/
360 stars 151 forks source link

Preventing folder listing #7

Closed 2braincells2go closed 6 years ago

2braincells2go commented 7 years ago

Firstly, great clean script, thank you for sharing!

After few attempts, I cannot figure out how to prevent folder listing. Like to have only files listed, is this possible?

If I may make a few suggestions to make your dir listing script better:

1) Option to remove filename extension 2) option to use title tag in file name as listing

Thanks again for sharing, really useful script.

Woody

halgatewood commented 7 years ago

Since it's just an index.php file you can remove and change it however you need. I don't want to load it up with too many settings. The function to update is display_block inside there you can remove the <a> tags and modify the titles as you need.