Merge remote-tracking branch 'origin/QA_4_2' into QA_4_2
This commit is contained in:
commit
31b439366f
@ -4,6 +4,7 @@ phpMyAdmin - ChangeLog
|
||||
4.2.5.0 (not yet released)
|
||||
- bug #4467 shell_exec() has been disabled for security reasons
|
||||
- bug #4470 Error while submitting empty query
|
||||
- bug #4463 Fatal error: Class 'PMA_DatabaseInterface' not found
|
||||
|
||||
4.2.4.0 (2014-06-20)
|
||||
- bug #4449 Mediawiki export does not produce table header row; also fix related PHP warnings
|
||||
|
||||
@ -6,6 +6,11 @@
|
||||
* @package PhpMyAdmin
|
||||
*/
|
||||
|
||||
/**
|
||||
* Core libraries.
|
||||
*/
|
||||
require_once './libraries/DatabaseInterface.class.php';
|
||||
|
||||
/**
|
||||
* Validation class for various validation functions
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user