marc 97/07/05 10:42:40
Modified: src mod_status.c
Log:
Remove extra !exists_scoreboard_image() call.
Revision Changes Path
1.50 +0 -1 apache/src/mod_status.c
Index: mod_status.c
===================================================================
RCS file: /export/home/cvs/apache/src/mod_status.c,v
retrieving revision 1.49
retrieving revision 1.50
diff -C3 -r1.49 -r1.50
*** mod_status.c 1997/07/03 21:27:23 1.49
--- mod_status.c 1997/07/05 17:42:39 1.50
***************
*** 236,242 ****
}
r->allowed = (1 << M_GET) | (1 << M_TRACE);
if (r->method_number != M_GET) return HTTP_METHOD_NOT_ALLOWED;
- if (!exists_scoreboard_image()) return HTTP_NOT_IMPLEMENTED;
r->content_type = "text/html";
--- 236,241 ----