From 2771e6d4f6dcf9eee2e96bb404ba1d3872f67f74 Mon Sep 17 00:00:00 2001 From: Holger Zimmermann Date: Tue, 23 Jul 2002 17:12:54 +0000 Subject: [PATCH] Removed some outdated lines from init_request_info(). --- sapi/pi3web/pi3web_sapi.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sapi/pi3web/pi3web_sapi.c b/sapi/pi3web/pi3web_sapi.c index 83fe5fdef7..e89009b15f 100644 --- a/sapi/pi3web/pi3web_sapi.c +++ b/sapi/pi3web/pi3web_sapi.c @@ -278,9 +278,6 @@ static char *sapi_pi3web_read_cookies(TSRMLS_D) static void init_request_info(LPCONTROL_BLOCK lpCB TSRMLS_DC) { - char *path_end = strrchr(lpCB->lpszFileName, PHP_DIR_SEPARATOR); - if ( path_end ) *path_end = PHP_DIR_SEPARATOR; - SG(server_context) = lpCB; SG(request_info).request_method = lpCB->lpszMethod; SG(request_info).query_string = lpCB->lpszQueryString; -- 2.50.1