Habier / php-filtered-file-list

List the files in the current dir, filtering them by file extension.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Listing files for download purposes

List the files in the current dir, filtering them by file extension. Like: .zip, .rar, etc.

Instructions

Modify the variables at the start of the index.php to customize.

$sharedFolder = '/path/to/shared/folder'; //Same folder by default
$allowedFileExtensions = ['rar', 'zip']; //Empty array to allow all $allowedIps = ['0.0.0.0', '192.168.1.35']; //Empty array to allow everyone

About

List the files in the current dir, filtering them by file extension.


Languages

Language:PHP 100.0%