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:
authorMichal Čihař <mcihar@novell.com>2011-05-23 15:22:11 +0400
committerMichal Čihař <mcihar@novell.com>2011-05-23 15:22:11 +0400
commite6026f6fafb40081bb8014dd25c8102c8d97a746 (patch)
tree1a7a71d3e12912c95583745994cb499b9774c2f1 /index.php
parent6f1302a4dbe899754d64b421eb6baf7148c0ccb1 (diff)
parenteb52f22eb013a12f25f23225a15cb29ba0825f86 (diff)
Merge remote-tracking branch 'origin/QA_3_4'
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 1a10103b7b..66f6bf5545 100644
--- a/index.php
+++ b/index.php
@@ -89,7 +89,7 @@ $lang_iso_code = $GLOBALS['available_languages'][$GLOBALS['lang']][1];
// start output
-header('Content-Type: text/html; charset=' . $GLOBALS['charset']);
+include ('./libraries/header_http.inc.php');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">