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:
Michal Čihař 2012-04-16 05:10:20 -07:00
commit 4d213ad403

View File

@ -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';