]> git.mxchange.org Git - friendica.git/blob - bin/.htaccess
Issue 11431: Only show pinned posts on contacts and your own ones
[friendica.git] / bin / .htaccess
1 # This file prevents browser access to Friendica command-line scripts on Apache-powered web servers.
2 # It isn't meant to be edited manually, please check the base Friendica folder for the .htaccess-dist file instead.
3
4 <IfModule authz_host_module>
5     Require all denied
6 </IfModule>
7 <IfModule !authz_host_module>
8     Order Allow,Deny
9     Deny from all
10 </IfModule>