summaryrefslogtreecommitdiff
path: root/sapi/cgi/cgi_main.c
diff options
context:
space:
mode:
authorSander Roobol <sander@php.net>2002-05-02 17:19:42 +0000
committerSander Roobol <sander@php.net>2002-05-02 17:19:42 +0000
commit7a64b2b7e54f437381366895d7c38f7d7a54671a (patch)
tree729ee3875e50b26d63127171e9b0afb2fda9945e /sapi/cgi/cgi_main.c
parent89c59569ba5dcfb51a6b51e13c25a47d77055ddd (diff)
downloadphp-git-7a64b2b7e54f437381366895d7c38f7d7a54671a.tar.gz
Fixed some minor typos
Diffstat (limited to 'sapi/cgi/cgi_main.c')
-rw-r--r--sapi/cgi/cgi_main.c6
1 files 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("<b>Security Alert!</b> The PHP CGI cannot be accessed directly.\n\n\
<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\
+set, e.g. 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\
+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");
+<a href=\"http://php.net/install.windows\">the manual page</a>.</p>\n");
#ifdef ZTS
tsrm_shutdown();