From 7a64b2b7e54f437381366895d7c38f7d7a54671a Mon Sep 17 00:00:00 2001 From: Sander Roobol Date: Thu, 2 May 2002 17:19:42 +0000 Subject: [PATCH] Fixed some minor typos --- sapi/cgi/cgi_main.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index b8d9b788d4..6da5a80574 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -597,12 +597,12 @@ int main(int argc, char *argv[]) PUTS("Security Alert! The PHP CGI cannot be accessed directly.\n\n\

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\ +set, e.g. via an Apache Action directive.

\n\

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

\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"); +the manual page.

\n"); #ifdef ZTS tsrm_shutdown(); -- 2.40.0