marekrei / encode-explorer

http://encode-explorer.siineiolekala.net
236 stars 120 forks source link

How to hide all. Html file types? #60

Open zhouguangyou1994 opened 7 years ago

zhouguangyou1994 commented 7 years ago

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

fyz commented 7 years ago

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

zhouguangyou1994 commented 7 years ago

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