aboutsummaryrefslogtreecommitdiff
path: root/docs/.htaccess
diff options
context:
space:
mode:
authorCamil Staps2015-02-15 10:15:59 +0100
committerCamil Staps2015-02-15 10:15:59 +0100
commita22425e8c781c1b5e8a3707ea67736673d6bc797 (patch)
treed24316a0fb0e96dc16311cfd4e479ae27f1cf498 /docs/.htaccess
parentfixed bug in the top navigation bar (diff)
Updated makefile, removed docs (users can compile it themselves if they want)
Diffstat (limited to 'docs/.htaccess')
-rw-r--r--docs/.htaccess5
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/.htaccess b/docs/.htaccess
deleted file mode 100644
index 7b01f9b..0000000
--- a/docs/.htaccess
+++ /dev/null
@@ -1,5 +0,0 @@
-# Fixes a vulnerability in CentOS: http://stackoverflow.com/questions/20533279/prevent-php-from-parsing-non-php-files-such-as-somefile-php-txt
-<FilesMatch \.php\.txt$>
- RemoveHandler .php
- ForceType text/plain
-</FilesMatch> \ No newline at end of file