diff options
| author | 2006-07-28 14:07:41 +0000 | |
|---|---|---|
| committer | 2006-07-28 14:07:41 +0000 | |
| commit | 5d5960dcd9600e02b0dbad76433833294d2554d1 (patch) | |
| tree | 0396925b66371213d5c6e32450e139e76889ed05 /usr.sbin/httpd/src/modules/example/mod_example.c | |
| parent | avoid printing server built date, we set that to "unknown" anyway (diff) | |
| download | wireguard-openbsd-5d5960dcd9600e02b0dbad76433833294d2554d1.tar.xz wireguard-openbsd-5d5960dcd9600e02b0dbad76433833294d2554d1.zip | |
avoid printing the server built date
Diffstat (limited to 'usr.sbin/httpd/src/modules/example/mod_example.c')
| -rw-r--r-- | usr.sbin/httpd/src/modules/example/mod_example.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/usr.sbin/httpd/src/modules/example/mod_example.c b/usr.sbin/httpd/src/modules/example/mod_example.c index 80ca46a0276..7830c4dfed7 100644 --- a/usr.sbin/httpd/src/modules/example/mod_example.c +++ b/usr.sbin/httpd/src/modules/example/mod_example.c @@ -542,8 +542,6 @@ static int example_handler(request_rec *r) ap_rputs(" <P>\n", r); ap_rprintf(r, " Apache HTTP Server version: \"%s\"\n", ap_get_server_version()); - ap_rputs(" <BR>\n", r); - ap_rprintf(r, " Server built: \"%s\"\n", ap_get_server_built()); ap_rputs(" </P>\n", r); ap_rputs(" <P>\n", r); ap_rputs(" The format for the callback trace is:\n", r); |
