File: .htaccess

package info (click to toggle)
php-horde-timeobjects 2.1.4-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid
  • size: 1,244 kB
  • sloc: xml: 560; php: 372; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 124 bytes parent folder | download | duplicates (221)
1
2
3
4
5
6
<IfModule authz_core_module>
    Require all denied
</IfModule>
<IfModule !authz_core_module>
    Deny from all
</IfModule>