diff options
author | Peter Kokot <peterkokot@gmail.com> | 2019-02-18 18:08:54 +0100 |
---|---|---|
committer | Peter Kokot <peterkokot@gmail.com> | 2019-02-19 20:21:20 +0100 |
commit | b1b392763e1330b11b0862c3881eafba6fb631ea (patch) | |
tree | afaf21ae12f1c407def1a46aa30c9eaff1cd82a6 | |
parent | a3994a9e1601bab7dc576177e184733241ff356a (diff) | |
download | php-git-b1b392763e1330b11b0862c3881eafba6fb631ea.tar.gz |
Rename non-existing site phpdbg.com to localhost
-rw-r--r-- | sapi/phpdbg/web-bootstrap.php | 2 |
1 files changed, 1 insertions, 1 deletions
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' => '<address>Apache/2.4.6 (Ubuntu) Server at phpdbg.com Port 80</address>', + 'SERVER_SIGNATURE' => '<address>Apache/2.4.6 (Ubuntu) Server at localhost Port 80</address>', 'SERVER_SOFTWARE' => 'Apache/2.4.6 (Ubuntu)', 'SERVER_NAME' => 'localhost', 'SERVER_ADDR' => '127.0.0.1', |