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

How can i make .html files open in new tab #35

Open badjules opened 3 years ago

badjules commented 3 years ago

Hi, i have the following option enabled:

// FORCE DOWNLOAD ATTRIBUTE $force_download = true;

but i want to make html files opened in a new tab.

how can i do this ?

CommanderRedYT commented 3 years ago

Search for the code generating the tags and add the target="_blank" attribute, alternative with an mime/extension-check before