]> granicus.if.org Git - php/commitdiff
- cosmetics
authorJan Lehnardt <jan@php.net>
Sat, 7 Sep 2002 23:14:22 +0000 (23:14 +0000)
committerJan Lehnardt <jan@php.net>
Sat, 7 Sep 2002 23:14:22 +0000 (23:14 +0000)
ext/standard/info.c

index 483ab2ff554933b06e17042c3d30507ba3aea4df..c554d42a8f338c0dbd8263a4a82a6a6a0a6dd279 100644 (file)
@@ -300,7 +300,12 @@ 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()\n");
+        PUTS("       _           _        __        ____  \n");
+        PUTS(" _ __ | |__  _ __ (_)_ __  / _| ___  / /\\ \\ \n");
+        PUTS("| '_ \\| '_ \\| '_ \\| | '_ \\| |_ / _ \\| |  | |\n");
+        PUTS("| |_) | | | | |_) | | | | |  _| (_) | |  | |\n");
+        PUTS("| .__/|_| |_| .__/|_|_| |_|_|  \\___/| |  | |\n");
+        PUTS("|_|         |_|                      \\_\\/_/ \n\n");
        }       
 
        if (flag & PHP_INFO_GENERAL) {