imajes Wed Sep 18 17:56:01 2002 EDT
Modified files:
/php4/ext/standard info.c
Log:
white background please
Index: php4/ext/standard/info.c
diff -u php4/ext/standard/info.c:1.202 php4/ext/standard/info.c:1.203
--- php4/ext/standard/info.c:1.202 Wed Sep 11 10:21:39 2002
+++ php4/ext/standard/info.c Wed Sep 18 17:56:00 2002
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: info.c,v 1.202 2002/09/11 14:21:39 sniper Exp $ */
+/* $Id: info.c,v 1.203 2002/09/18 21:56:00 imajes Exp $ */
#include "php.h"
#include "php_ini.h"
@@ -297,7 +297,7 @@
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");
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php