Merge pull request #36 from hiddenpearls/patch-2
PMA-Designer script is broken in current master branch. It is because of...
This commit is contained in:
commit
4d213ad403
@ -3,14 +3,15 @@
|
||||
/**
|
||||
* @package PhpMyAdmin-Designer
|
||||
*/
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
require_once './libraries/common.inc.php';
|
||||
|
||||
if (! defined('PHPMYADMIN')) {
|
||||
exit;
|
||||
}
|
||||
|
||||
// not understand
|
||||
require_once './libraries/header_http.inc.php';
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user