Browse Source

- cosmetics

migration/unlabaled-1.1.2
Jan Lehnardt 24 years ago
parent
commit
2334abeff4
  1. 2
      ext/standard/info.c

2
ext/standard/info.c

@ -300,7 +300,7 @@ PHPAPI void php_print_info(int flag TSRMLS_DC)
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\">");
} else {
PUTS("phpinfo()");
PUTS("phpinfo()\n");
}
if (flag & PHP_INFO_GENERAL) {

Loading…
Cancel
Save