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:
authorSebastian Mendel <cybot_tm@users.sourceforge.net>2007-10-18 13:03:01 +0400
committerSebastian Mendel <cybot_tm@users.sourceforge.net>2007-10-18 13:03:01 +0400
commitd138f1f8569a77d2b97f3c5dcbb6b6cd928de908 (patch)
tree19409bbc4ed2fbcbd455a0d996358f06f1302250 /index.php
parent37a4099a4f0cb32df6de2ecee55b111fd8f18a7c (diff)
cleanup
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/index.php b/index.php
index d0bb191b9a..ca31e24191 100644
--- a/index.php
+++ b/index.php
@@ -42,7 +42,6 @@ require_once './libraries/relation.lib.php';
session_write_close();
// Gets the host name
-// loic1 - 2001/25/11: use the new globals arrays defined with php 4.1+
if (empty($HTTP_HOST)) {
if (PMA_getenv('HTTP_HOST')) {
$HTTP_HOST = PMA_getenv('HTTP_HOST');