Protected cron scripts from being accessed through webserver
[mirrors/Kyberia-bloodline.git] / cron / .htaccess
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
This page took 0.092533 seconds and 4 git commands to generate.