Initial Commit
This commit is contained in:
12
system/.htaccess
Normal file
12
system/.htaccess
Normal file
@@ -0,0 +1,12 @@
|
||||
# DISABLE ACCESS TO THIS FOLDER
|
||||
|
||||
# Apache 2.4
|
||||
<IfModule mod_authz_core.c>
|
||||
Require all denied
|
||||
</IfModule>
|
||||
|
||||
# Apache 2.2
|
||||
<IfModule !mod_authz_core.c>
|
||||
Order Allow,Deny
|
||||
Deny from all
|
||||
</IfModule>
|
Reference in New Issue
Block a user