Make sure radar depenency is in repo, and upgrade for Price Categories.

This commit is contained in:
ekes 2015-02-24 21:58:33 +01:00
parent c83d681db3
commit 70825293ae
124 changed files with 29219 additions and 19 deletions

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>