holger Sun Apr 8 01:25:21 2001 EDT Modified files: /php4/sapi/pi3web pi3web_sapi.c Log: Updated copyright agreement regarding move of Pi3Web to sourceforge. Index: php4/sapi/pi3web/pi3web_sapi.c diff -u php4/sapi/pi3web/pi3web_sapi.c:1.15 php4/sapi/pi3web/pi3web_sapi.c:1.16 --- php4/sapi/pi3web/pi3web_sapi.c:1.15 Sun Feb 25 22:07:37 2001 +++ php4/sapi/pi3web/pi3web_sapi.c Sun Apr 8 01:25:20 2001 @@ -14,13 +14,14 @@ +----------------------------------------------------------------------+ | Pi3Web version 2.0 | +----------------------------------------------------------------------+ - | This file is commited by the Pi3 development group. (www.pi3.org) | + | This file is committed by the Pi3 development group. | + | (pi3web.sourceforge.net) | | | - | Author: Holger Zimmermann ([EMAIL PROTECTED], [EMAIL PROTECTED]) | + | Author: Holger Zimmermann ([EMAIL PROTECTED]) | +----------------------------------------------------------------------+ */ -/* $Id: pi3web_sapi.c,v 1.15 2001/02/26 06:07:37 andi Exp $ */ +/* $Id: pi3web_sapi.c,v 1.16 2001/04/08 08:25:20 holger Exp $ */ #if WIN32|WINNT # include <windows.h> @@ -80,7 +81,7 @@ PUTS("<table border=0 cellpadding=3 cellspacing=1 width=600 align=center>\n"); PUTS("<tr><th colspan=2 bgcolor=\"" PHP_HEADER_COLOR "\">Pi3Web Server Information</th></tr>\n"); php_info_print_table_header(2, "Information Field", "Value"); - php_info_print_table_row(2, "Pi3Web SAPI module version", "$Id: pi3web_sapi.c,v 1.15 2001/02/26 06:07:37 andi Exp $"); + php_info_print_table_row(2, "Pi3Web SAPI module version", "$Id: +pi3web_sapi.c,v 1.16 2001/04/08 08:25:20 holger Exp $"); php_info_print_table_row(2, "Server Name Stamp", HTTPCore_getServerStamp()); snprintf(variable_buf, 511, "%d", HTTPCore_debugEnabled()); php_info_print_table_row(2, "Debug Enabled", variable_buf); -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]