From 85422c3c60f009b755e19423f99bf1778f6e387d Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Thu, 29 Jun 2000 13:34:58 +0000 Subject: [PATCH] - Extra newline crept in somehow --- sapi/cgi/cgi_main.c | 1 - 1 file changed, 1 deletion(-) 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) { -- 2.50.1