mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-23 15:16:50 +00:00
Update Apache config syntax in .htaccess files
"Deny from all" is deprecated; the replacement syntax has been available since Apache 2.4 (originally released in 2012). See <https://httpd.apache.org/docs/2.4/howto/access.html>. Bug: T360850 Change-Id: I42cea285b55efdce283568720a257d9610cdd41d
This commit is contained in:
parent
e91ccd3aaf
commit
7e4a6f6176
|
@ -1 +1 @@
|
|||
Deny from all
|
||||
Require all denied
|
||||
|
|
Loading…
Reference in a new issue