Add Documentation

This commit is contained in:
Eole 2016-04-27 22:52:25 +02:00
parent 70cd5daaf1
commit f4d12bf72a
106 changed files with 23934 additions and 0 deletions

5
server/doc/.htaccess Normal file
View 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>