ldap-matter/oauth/OAuth2/.htaccess

8 lines
116 B
ApacheConf
Raw Normal View History

2017-08-08 03:01:11 +08:00
# Deny access to everything by default
deny from all
# Disallow php files
<Files *.php>
deny from all
2020-04-30 21:43:07 +08:00
</Files>