diff options
author | James Cox <imajes@php.net> | 2002-09-18 21:56:00 +0000 |
---|---|---|
committer | James Cox <imajes@php.net> | 2002-09-18 21:56:00 +0000 |
commit | 70f17979fb7ac0c7379a48bc86d26a009cfb56ed (patch) | |
tree | 15a64dd644e84ed41c9988ba611e0319839913ce | |
parent | 0dddad02faaf6e20f139d347da4c2f1fbd9a9f70 (diff) | |
download | php-git-70f17979fb7ac0c7379a48bc86d26a009cfb56ed.tar.gz |
white background please
-rw-r--r-- | ext/standard/info.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/standard/info.c b/ext/standard/info.c index 3483132804..15c0c917e2 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -297,7 +297,7 @@ PHPAPI void php_print_info(int flag TSRMLS_DC) if (PG(html_errors)) { php_printf("<title>phpinfo()</title><meta http-equiv=\"Content-Type\" content=\"text/html; charset=%s\"></head>", charset); - PUTS("<body text=\"#000000\" bgcolor=\"#f0f0ff\" link=\"#0000ff\" vlink=\"#ff00ff\" alink=\"#0000ff\">"); + PUTS("<body text=\"#000000\" bgcolor=\"#ffffff\" link=\"#0000ff\" vlink=\"#ff00ff\" alink=\"#0000ff\">"); } else { PUTS(" _ _ __ ____ \n"); PUTS(" _ __ | |__ _ __ (_)_ __ / _| ___ / /\\ \\ \n"); |