index : flyspray | |
Archlinux32 customized Flyspray installation | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | plugins/.htaccess | 8 |
diff --git a/plugins/.htaccess b/plugins/.htaccess new file mode 100644 index 0000000..3777c6a --- /dev/null +++ b/plugins/.htaccess @@ -0,0 +1,8 @@ +<Files *.php> +Deny From All +</Files> + +<Files fetch.php> +Allow From All +</Files> + |