mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-03 05:22:26 +08:00
2cada68f41
Also removed: POP3, OAuth2 and update feature Added: admin password_hash/password_verify Requires: PHP 7.3+ Replaced: CRLF with LF Replaced: pclZip with ZipArchive
9 lines
No EOL
178 B
ApacheConf
9 lines
No EOL
178 B
ApacheConf
<ifModule mod_authz_core.c>
|
|
Require all denied
|
|
</ifModule>
|
|
<ifModule !mod_authz_core.c>
|
|
Deny from all
|
|
</ifModule>
|
|
<IfModule mod_autoindex.c>
|
|
Options -Indexes
|
|
</ifModule> |