jcampbell1 / simple-file-manager

A Simple PHP file manager. The code is a single php file.
MIT License
917 stars 501 forks source link

Feature Request: Whitelist for showing/uploading files of certain ext… #83

Closed czmole closed 5 years ago

czmole commented 5 years ago

…ensions. #76

The list for allowed_extension will be checked first, then the list of disallowed extensions, the last one will be checked only if the allowed_extensions list is empty.

The similar logic goes for shown_extensions.