Blame view

framework/.htaccess 219 Bytes
0084d336   Administrator   Importers CRUD
1
2
3
4
5
6
7
8
9
  <FilesMatch "\.(php|php3|php4|php5|phtml|inc)$">
  	Deny from all
  </FilesMatch>
  <FilesMatch "(main|rpc|tiny_mce_gzip)\.php$">
  	Allow from all
  </FilesMatch>
  <FilesMatch "silverstripe_version$">
  	Deny from all
  </FilesMatch>