ldap-matter/oauth/OAuth2/.htaccess

7 lines
115 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
</Files>