Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRouslan Placella <rouslan@placella.com>2012-05-24 00:25:48 +0400
committerRouslan Placella <rouslan@placella.com>2012-06-11 17:06:02 +0400
commit4a740376c89755698ae5fac3746eb57ba07142ae (patch)
treeb33aa2a42117a87d24f145080d3f9a8887a0e21e /transformation_wrapper.php
parent97449dae42a11cfa7f4571aaadeab3fefc30acf7 (diff)
Dropped header.inc.php in favor of the PMA_Header class
Diffstat (limited to 'transformation_wrapper.php')
-rw-r--r--transformation_wrapper.php6
1 files changed, 2 insertions, 4 deletions
diff --git a/transformation_wrapper.php b/transformation_wrapper.php
index 722ef2b2d6..317ff3875b 100644
--- a/transformation_wrapper.php
+++ b/transformation_wrapper.php
@@ -84,11 +84,9 @@ if ($cfgRelation['commwork'] && $cfgRelation['mimework']) {
}
}
-// For re-usability, moved http-headers and stylesheets
-// to a seperate file. It can now be included by libraries/header.inc.php,
-// querywindow.php.
+// Only output the http headers
+PMA_Header::getInstance()->sendHttpHeaders();
-require_once './libraries/header_http.inc.php';
// [MIME]
if (isset($ct) && !empty($ct)) {
$mime_type = $ct;