marekrei / encode-explorer

Home Page:http://encode-explorer.siineiolekala.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to hide all. Html file types?

zhouguangyou1994 opened this issue · comments

How to hide all. Html file types?help me!

commented

For example, easiest way:
Add to readDir function:
$excluded_ext = array('html');
Line 2657, add:
&& !in_array(pathinfo($object, PATHINFO_EXTENSION), $excluded_ext)

thank you very much!
Search function how to add it? can you tell me?