# Place this .htaccess in the SAME folder as config.php
# (e.g. inside your /api/ folder) to prevent it from ever being
# downloaded directly via URL.

<Files "config.php">
    Require all denied
</Files>
