summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cox <imajes@php.net>2002-05-02 15:24:14 +0000
committerJames Cox <imajes@php.net>2002-05-02 15:24:14 +0000
commit377be210018405d237f5d5e98b4ab24111ebf515 (patch)
tree461bcdee4079a00317e75c1b5caf8e9cf4aac148
parent1a08236e030877766e0ba49cbe685ce8f9d8f3eb (diff)
downloadphp-git-377be210018405d237f5d5e98b4ab24111ebf515.tar.gz
fix.
-rw-r--r--sapi/cgi/cgi_main.c4
1 files 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[])
<p>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.</p>\n\
-<p>For more information as to <i>why</i> this behaviour exists, see the <a href=\"http://php.net/security.cgi-bin\">
-manual page for cgi security</a>.</p>\n
+<p>For more information as to <i>why</i> this behaviour exists, see the <a href=\"http://php.net/security.cgi-bin\">\n\
+manual page for cgi security</a>.</p>\n\
<p>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\
<a href=\"http://php.net/install.windows\">the manual page</a></p>\n");