]> granicus.if.org Git - php/commitdiff
- Extra newline crept in somehow
authorAndi Gutmans <andi@php.net>
Thu, 29 Jun 2000 13:34:58 +0000 (13:34 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 29 Jun 2000 13:34:58 +0000 (13:34 +0000)
sapi/cgi/cgi_main.c

index 306f6b96d13e98b532272e57a3f53e7425bf8569..9cbcb2c9a6fa46d7de749fa69b44fa36323bf216 100644 (file)
@@ -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) {