Blame view

generator/data/.htaccess 96 Bytes
4253cbec   root   first commit
1
2
3
4
5
6
  order deny,allow
  
  deny from all
  <Files ~ "\.(txt|html|gz|jpg|png|gif)$">
  allow from all
  </Files>