Files
Siro/backend/Admin/debug/.htaccess
2026-06-16 01:17:29 +03:00

10 lines
242 B
ApacheConf

# 🔒 SECURITY: Block all access to debug files
# This directory contains sensitive debugging scripts
# DO NOT remove this file in production
<RequireAll>
Require all denied
</RequireAll>
# Alternative for older Apache:
# Deny from all