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

Password Protect? #19

Open sefaaydin opened 6 years ago

sefaaydin commented 6 years ago

how can I do password protect?

mskr commented 2 years ago

I have added password protection (among other changes) here:

https://github.com/mskr/file-directory-list

napp1 commented 1 year ago

I added a password protection feature - it's not a real login feature (with users management), just the ability to set a password before viewing the contents of folders: https://github.com/napp1/file-directory-list If the hashed_password variable is empty or not present the script works as usual, without any request for a password.