Add Documentation
This commit is contained in:
parent
70cd5daaf1
commit
f4d12bf72a
106 changed files with 23934 additions and 0 deletions
5
server/doc/.htaccess
Normal file
5
server/doc/.htaccess
Normal file
|
@ -0,0 +1,5 @@
|
|||
# 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>
|
Loading…
Add table
Add a link
Reference in a new issue