From: Peter Kokot Date: Mon, 18 Feb 2019 17:08:54 +0000 (+0100) Subject: Rename non-existing site phpdbg.com to localhost X-Git-Tag: php-7.4.0alpha1~967 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b1b392763e1330b11b0862c3881eafba6fb631ea;p=php Rename non-existing site phpdbg.com to localhost --- diff --git a/sapi/phpdbg/web-bootstrap.php b/sapi/phpdbg/web-bootstrap.php index 046062997e..fa634ee8d7 100644 --- a/sapi/phpdbg/web-bootstrap.php +++ b/sapi/phpdbg/web-bootstrap.php @@ -30,7 +30,7 @@ $_SERVER = array 'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.8', 'HTTP_COOKIE' => 'tz=Europe%2FLondon; __utma=1.347100075.1384196523.1384196523.1384196523.1; __utmc=1; __utmz=1.1384196523.1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)', 'PATH' => '/usr/local/bin:/usr/bin:/bin', - 'SERVER_SIGNATURE' => '
Apache/2.4.6 (Ubuntu) Server at phpdbg.com Port 80
', + 'SERVER_SIGNATURE' => '
Apache/2.4.6 (Ubuntu) Server at localhost Port 80
', 'SERVER_SOFTWARE' => 'Apache/2.4.6 (Ubuntu)', 'SERVER_NAME' => 'localhost', 'SERVER_ADDR' => '127.0.0.1',