# If you place this package's files under a web-servable path (rather than
# somewhere outside the web root, which is preferred — see README.md), this
# stops sendpk_config.php (your API key + log viewer password) and the log
# file itself from ever being fetched directly over HTTP. It does NOT
# protect sendpk_log_viewer.php itself, which has its own password gate —
# see that file's header comment for why it needs one and what else you
# should layer on top of it.
<FilesMatch "^(sendpk_config\.php|sendpk-sms\.log)$">
  Require all denied
</FilesMatch>
