From 377be210018405d237f5d5e98b4ab24111ebf515 Mon Sep 17 00:00:00 2001 From: James Cox Date: Thu, 2 May 2002 15:24:14 +0000 Subject: fix. --- sapi/cgi/cgi_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index 351d5b450d..aa8daf6519 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -484,8 +484,8 @@ int main(int argc, char *argv[])

This PHP CGI binary was compiled with force-cgi-redirect enabled. This\n\ means that a page will only be served up if the REDIRECT_STATUS CGI variable is\n\ set, eg via an Apache Action directive.

\n\ -

For more information as to why this behaviour exists, see the -manual page for cgi security.

\n +

For more information as to why this behaviour exists, see the \n\ +manual page for cgi security.

\n\

For more information about changing this behaviour or re-enabling this webserver,\n\ consult the installation file that came with this distribution, or visit \n\ the manual page

\n"); -- cgit v1.2.1