1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00
This commit is contained in:
Colin Viebrock
2000-04-07 17:02:01 +00:00
parent 9130f05d08
commit 02c3eb2bd5
+1 -2
View File
@@ -41,7 +41,7 @@
#include "http_request.h"
#include "build-defs.h"
#define SECTION(name) PUTS("<hr><h2>" name "</h2>\n")
#define SECTION(name) PUTS("<H2>" name "</H2>\n")
extern module *top_module;
@@ -204,7 +204,6 @@ PHP_MINFO_FUNCTION(apache)
*p='\0'; /* Cut off ugly .c extensions on module names */
}
strcpy(modulenames, name);
PUTS(name);
if (modp->next) {
strcpy(modulenames, ", ");
}