1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

No need for that either...

This commit is contained in:
Zeev Suraski
1999-06-28 21:42:29 +00:00
parent 335078b4fd
commit 6a2b28ba51

View File

@@ -92,7 +92,6 @@ int php3_init_request_info(void *conf)
r = ((request_rec *) SG(server_context));
request_info.current_user = NULL;
request_info.current_user_length = 0;
request_info.script_filename = r->filename;
return SUCCESS;
}