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
path: root/test
diff options
context:
space:
mode:
authorChanaka Indrajith <pe.chanaka.ck@gmail.com>2012-05-19 21:43:24 +0400
committerChanaka Indrajith <pe.chanaka.ck@gmail.com>2012-05-19 21:43:24 +0400
commita4756a0098f55fe906909384997cdb6dfd0a221e (patch)
tree02ac5f2dd30b8ffc54735b18af55822cfd5859e6 /test
parentbe2dceb16471a2ffb69e0af48449277ea64fe89d (diff)
parentabe49f0d608164a544c828daf978d7f40237f9da (diff)
Merge remote branch 'upstream/master'
Diffstat (limited to 'test')
-rw-r--r--test/theme.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/theme.php b/test/theme.php
index 56e0630779..d6aa6f7851 100644
--- a/test/theme.php
+++ b/test/theme.php
@@ -25,10 +25,10 @@ header('Content-Type: text/html; charset=utf-8');
<html lang="<?php echo $lang_iso_code; ?>" dir="<?php echo $GLOBALS['text_dir']; ?>">
<head>
<title>phpMyAdmin <?php echo PMA_VERSION; ?> -
- <?php echo htmlspecialchars($HTTP_HOST); ?> - Theme Test</title>
+ <?php echo htmlspecialchars($_SERVER['HTTP_HOST']); ?> - Theme Test</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link rel="stylesheet" type="text/css"
- href="../phpmyadmin.css.php?<?php echo PMA_generate_common_url(); ?>&amp;js_frame=right&amp;nocache=<?php echo $GLOBALS['PMA_Config']->getThemeUniqueValue(); ?>" />
+ href="../phpmyadmin.css.php?<?php echo PMA_generate_common_url(); ?>&amp;nocache=<?php echo $GLOBALS['PMA_Config']->getThemeUniqueValue(); ?>" />
<link rel="stylesheet" type="text/css" media="print"
href="../print.css" />
<script src="../js/jquery/jquery-1.6.2.js" type="text/javascript"></script>