From b1b392763e1330b11b0862c3881eafba6fb631ea Mon Sep 17 00:00:00 2001 From: Peter Kokot Date: Mon, 18 Feb 2019 18:08:54 +0100 Subject: Rename non-existing site phpdbg.com to localhost --- sapi/phpdbg/web-bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v1.2.1