# Green Submissions — protect configuration files from being served raw.
<FilesMatch "^(config\.php|config-sample\.php|paypal_config\.php)$">
    Require all denied
</FilesMatch>

# Note for cPanel hosts: if your server needs an explicit PHP handler line,
# cPanel's "MultiPHP Manager" will add it here automatically. PHP 8.0+ required.
