Update: 2026-06-16 01:17:28
This commit is contained in:
10
backend/Admin/debug/.htaccess
Normal file
10
backend/Admin/debug/.htaccess
Normal file
@@ -0,0 +1,10 @@
|
||||
# 🔒 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
|
||||
Reference in New Issue
Block a user