Merge remote-tracking branch 'origin/master'

This commit is contained in:
Michal Čihař 2012-04-16 14:10:29 +02:00
commit 6bf92d827a

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