add files

This commit is contained in:
2026-06-10 19:23:50 +07:00
parent acbd9a4842
commit a9239d18cc
41 changed files with 7839 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# Block semua eksekusi PHP di folder uploads
<FilesMatch "\.php$">
Order allow,deny
Deny from all
</FilesMatch>
Options -Indexes