# To deny PHPs
<Files ~ "\.(php|php3|php4|php5|phtml|pl|cgi)$">
	order deny,allow
	deny from all
</Files>

# To allow xajax_tools
<Files "function.xajax_tools.php"> 
	order allow,deny
	allow from all
</Files>
