jan Sat Sep 7 19:14:23 2002 EDT
Modified files:
/php4/ext/standard info.c
Log:
- cosmetics
Index: php4/ext/standard/info.c
diff -u php4/ext/standard/info.c:1.199 php4/ext/standard/info.c:1.200
--- php4/ext/standard/info.c:1.199 Fri Sep 6 03:27:26 2002
+++ php4/ext/standard/info.c Sat Sep 7 19:14:22 2002
@@ -17,7 +17,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: info.c,v 1.199 2002/09/06 07:27:26 hyanantha Exp $ */
+/* $Id: info.c,v 1.200 2002/09/07 23:14:22 jan Exp $ */
#include "php.h"
#include "php_ini.h"
@@ -300,7 +300,12 @@
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) {
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php