Protected cron scripts from being accessed through webserver
authorHarvie <tomas@mudrunka.cz>
Sat, 23 Oct 2010 23:22:44 +0000 (01:22 +0200)
committerHarvie <tomas@mudrunka.cz>
Sun, 24 Oct 2010 01:43:05 +0000 (03:43 +0200)
cron/.htaccess [new file with mode: 0755]
cron/index.html [new file with mode: 0755]

diff --git a/cron/.htaccess b/cron/.htaccess
new file mode 100755 (executable)
index 0000000..8e7172b
--- /dev/null
@@ -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 (executable)
index 0000000..e69de29
This page took 0.112395 seconds and 4 git commands to generate.