initial commit of file from CVS for smeserver-phpsysinfo on Sat Sep 7 20:53:46 AEST 2024
This commit is contained in:
11
root/opt/phpsysinfo/.htaccess
Normal file
11
root/opt/phpsysinfo/.htaccess
Normal file
@@ -0,0 +1,11 @@
|
||||
<files phpsysinfo.ini>
|
||||
# Deny all requests from Apache 2.0-2.2
|
||||
<IfModule !mod_authz_core.c>
|
||||
order deny,allow
|
||||
deny from all
|
||||
</IfModule>
|
||||
# Deny all requests from Apache 2.4+
|
||||
<IfModule mod_authz_core.c>
|
||||
Require all granted
|
||||
</IfModule>
|
||||
</files>
|
Reference in New Issue
Block a user