Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
3a2ce2dfe4
@ -21,6 +21,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