diff options
author | Remi Collet <fedora@famillecollet.com> | 2014-10-01 15:32:51 +0200 |
---|---|---|
committer | Remi Collet <fedora@famillecollet.com> | 2014-10-01 15:32:51 +0200 |
commit | ba51457200e72c43c4aa6c3a67bcd268cac59c14 (patch) | |
tree | 7e9c66a6b814b7af21b3cd919c2a50a71314cc19 /phpMyAdmin.htaccess | |
parent | 03877d20593b6cecead6462598371a304173f6f5 (diff) |
phpMyAdmin: 4.2.9.1 (security)
Diffstat (limited to 'phpMyAdmin.htaccess')
-rw-r--r-- | phpMyAdmin.htaccess | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/phpMyAdmin.htaccess b/phpMyAdmin.htaccess index 0b8ae1a..4ac6cb4 100644 --- a/phpMyAdmin.htaccess +++ b/phpMyAdmin.htaccess @@ -9,6 +9,8 @@ Alias /phpMyAdmin /usr/share/phpMyAdmin Alias /phpmyadmin /usr/share/phpMyAdmin <Directory /usr/share/phpMyAdmin/> + AddDefaultCharset UTF-8 + <IfModule mod_authz_core.c> # Apache 2.4 Require local |