Merge branch 'MAINT_4_5_3' into QA_4_5
This commit is contained in:
commit
73544de531
@ -6,6 +6,7 @@ phpMyAdmin - ChangeLog
|
||||
|
||||
4.5.3.1 (2015-12-25)
|
||||
- issue #11774 Undefined offset 2
|
||||
- issue [Security] Path disclosure, see PMASA-2015-6
|
||||
|
||||
4.5.3.0 (2015-12-23)
|
||||
- issue #11744 Incomplete results of UNION ALL
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
*/
|
||||
|
||||
if (!function_exists('__')) {
|
||||
PMA_fatalError('Bad invocation!');
|
||||
exit();
|
||||
}
|
||||
|
||||
$strConfigAllowArbitraryServer_desc = __(
|
||||
|
||||
Loading…
Reference in New Issue
Block a user