diff --git a/sql.php b/sql.php index 427e72dbc..0e598963e 100644 --- a/sql.php +++ b/sql.php @@ -391,11 +391,6 @@ if (isset($GLOBALS['show_as_php']) || !empty($GLOBALS['validatequery'])) { */ require './' . PMA_securePath($goto); } else { - /** - * HTML header. - */ - - require_once './libraries/header.inc.php'; $full_err_url = (preg_match('@^(db|tbl)_@', $err_url)) ? $err_url . '&show_query=1&sql_query=' . urlencode($sql_query) : $err_url;