Merge commit 'd34f8d5182b34519de2b5b6778d09c49da5111dc'

This commit is contained in:
Michal Čihař 2013-06-11 08:59:38 +02:00
commit 82c0b75949

View File

@ -13,10 +13,6 @@ if (! defined('PHPMYADMIN')) {
if (! defined('TESTSUITE')) {
header('Content-Type: text/html; charset=utf-8');
}
require_once 'libraries/Response.class.php';
PMA_Response::getInstance()->disable();
?>
<!DOCTYPE HTML>
<html lang="<?php echo $lang; ?>" dir="<?php echo $dir; ?>">