From 4f7b0a0ccd9d40f81340dc6af8d371d257a443f7 Mon Sep 17 00:00:00 2001 From: Stig Bakken Date: Sat, 17 Apr 1999 01:52:58 +0000 Subject: [PATCH] make sure the images on the phpinfo() page point to PHP-enabled pages --- ext/standard/info.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ext/standard/info.c b/ext/standard/info.c index 9d5ff9dfe0d..a89460747eb 100644 --- a/ext/standard/info.c +++ b/ext/standard/info.c @@ -107,7 +107,9 @@ void _php3_info(void) #endif - PUTS("\n"); + PUTS("uri); + PUTS("?=PHPE9568F34-D428-11d2-A769-00AA001ACF42\" border=\"0\" width=\"100\" height=\"56\" align=\"right\">\n"); php3_printf("

PHP Version %s

\n", PHP_VERSION); PUTS("

by Rasmus Lerdorf,\n"); PUTS("Andi Gutmans,\n"); @@ -384,7 +386,9 @@ void _php3_info(void) PUTS("


\n"); PUTS("\n"); php3_printf("", get_zend_version()); - PUTS("\n"); + PUTS("\n"); PUTS("

Zend

This program makes use of the Zend scripting language engine:
%s
uri); + PUTS("?=PHPE9568F35-D428-11d2-A769-00AA001ACF42\" border=\"0\" width=\"100\" height=\"89\">
\n"); SECTION("PHP License");