This commit is contained in:
Sebastian Mendel
2007-10-18 09:03:01 +00:00
parent 37a4099a4f
commit d138f1f856
5 changed files with 1 additions and 12 deletions

View File

@@ -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');