Skip to content

Commit

Permalink
Merge branch 'QA_3_4' into MAINT_3_5_0
Browse files Browse the repository at this point in the history
  • Loading branch information
lem9 committed Mar 28, 2012
2 parents d2f91cd + a183e63 commit 6bbeed3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
3 changes: 3 additions & 0 deletions ChangeLog
Expand Up @@ -80,6 +80,9 @@ phpMyAdmin - ChangeLog
- bug #3486970 [import] Exception on XML import
- bug #3488777 [navi] $cfg['ShowTooltipAliasTB'] and blank names in navigation

3.4.10.2 (2012-03-28)
- [security] Fixed local path disclosure vulnerability, see PMASA-2012-2

3.4.10.1 (2012-02-18)
- [security] XSS in replication setup, see PMASA-2012-1

Expand Down
2 changes: 1 addition & 1 deletion po/ja.po
Expand Up @@ -12,7 +12,7 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Generator: Weblate 0.7\n"
"X-Generator: Weblate 0.8\n"

#: browse_foreigners.php:35 browse_foreigners.php:53 js/messages.php:350
#: libraries/display_tbl.lib.php:359 server_privileges.php:1677
Expand Down
4 changes: 3 additions & 1 deletion show_config_errors.php
Expand Up @@ -16,6 +16,8 @@
/**
* Read config file.
*/
require CONFIG_FILE;
if (is_readable(CONFIG_FILE)) {
require CONFIG_FILE;
}

?>

0 comments on commit 6bbeed3

Please sign in to comment.