diff options
author | Remi Collet <fedora@famillecollet.com> | 2012-07-01 19:11:27 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2012-07-01 19:11:27 +0200 |
commit | df712aa431e7e7b0ea54b727a5e38d754703e6bd (patch) | |
tree | 8fce066545f11d8258e3aadef0c17299abfdbbf7 /phpMyAdmin.htaccess | |
parent | 8002f3af82bd9ada9c8fddb202896434d908063d (diff) |
phpMyAdmin 3.5.2-rc1
Diffstat (limited to 'phpMyAdmin.htaccess')
-rw-r--r-- | phpMyAdmin.htaccess | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/phpMyAdmin.htaccess b/phpMyAdmin.htaccess index e2d301f..0b8ae1a 100644 --- a/phpMyAdmin.htaccess +++ b/phpMyAdmin.htaccess @@ -11,10 +11,7 @@ Alias /phpmyadmin /usr/share/phpMyAdmin <Directory /usr/share/phpMyAdmin/> <IfModule mod_authz_core.c> # Apache 2.4 - <RequireAny> - Require ip 127.0.0.1 - Require ip ::1 - </RequireAny> + Require local </IfModule> <IfModule !mod_authz_core.c> # Apache 2.2 @@ -28,10 +25,7 @@ Alias /phpmyadmin /usr/share/phpMyAdmin <Directory /usr/share/phpMyAdmin/setup/> <IfModule mod_authz_core.c> # Apache 2.4 - <RequireAny> - Require ip 127.0.0.1 - Require ip ::1 - </RequireAny> + Require local </IfModule> <IfModule !mod_authz_core.c> # Apache 2.2 |