Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to hide all. Html file types? #60

Open
zhouguangyou1994 opened this issue Nov 29, 2016 · 2 comments
Open

How to hide all. Html file types? #60

zhouguangyou1994 opened this issue Nov 29, 2016 · 2 comments

Comments

@zhouguangyou1994
Copy link

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

@fyz
Copy link

fyz commented Nov 29, 2016

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

@zhouguangyou1994
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants