Fixed bug with missing directory separator and added .htaccess files to lib & cfg directories. If those are not present, the application will create them for you.

This commit is contained in:
Simon Rupf
2012-04-30 13:58:29 +02:00
parent ba90d0cae2
commit 23487ce779
5 changed files with 32 additions and 9 deletions

2
cfg/.htaccess Normal file
View File

@@ -0,0 +1,2 @@
Allow from none
Deny from all