shopping-list/config/.htaccess

5 lines
98 B
ApacheConf
Raw Normal View History

# prevent access to these files while not logged in
<files "*.php">
Require all denied
</files>