diff options
author | Andi Gutmans <andi@php.net> | 2000-06-29 13:34:58 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-06-29 13:34:58 +0000 |
commit | 85422c3c60f009b755e19423f99bf1778f6e387d (patch) | |
tree | a5a02e1fb0b3ddaf42c36c34949b8789e2c31d82 | |
parent | e8c219fef20f822a2fe7c80d64e4174961db386d (diff) | |
download | php-git-85422c3c60f009b755e19423f99bf1778f6e387d.tar.gz |
- Extra newline crept in somehow
-rw-r--r-- | sapi/cgi/cgi_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c index 306f6b96d1..9cbcb2c9a6 100644 --- a/sapi/cgi/cgi_main.c +++ b/sapi/cgi/cgi_main.c @@ -633,7 +633,6 @@ any .htaccess restrictions anywhere on your site you can leave doc_root undefine SG(request_info).path_translated = estrdup(getenv("SCRIPT_FILENAME")); #else SG(request_info).path_translated = estrdup(getenv("PATH_TRANSLATED")); - #endif } if (cgi || SG(request_info).path_translated) { |