From: Harvie Date: Sat, 23 Oct 2010 23:22:44 +0000 (+0200) Subject: Protected cron scripts from being accessed through webserver X-Git-Url: http://git.harvie.cz/?a=commitdiff_plain;h=4a4a108fe96c04a90948f8938d7e55b346912a47;p=mirrors%2FKyberia-bloodline.git Protected cron scripts from being accessed through webserver --- diff --git a/cron/.htaccess b/cron/.htaccess new file mode 100755 index 0000000..8e7172b --- /dev/null +++ b/cron/.htaccess @@ -0,0 +1,9 @@ +#Disable access +Deny from all + +#Disable listing +Options -Indexes + +#Disable PHP +AddHandler default-handler php +AddType text/html php diff --git a/cron/index.html b/cron/index.html new file mode 100755 index 0000000..e69de29