Fixed .gitignores - now we can use git clean -dn on production server
[mirrors/Kyberia-bloodline.git] / cron / .htaccess
... / ...
CommitLineData
1#Disable access
2Deny from all
3
4#Disable listing
5Options -Indexes
6
7#Disable PHP
8AddHandler default-handler php
9AddType text/html php
This page took 0.2795 seconds and 4 git commands to generate.