http method unified
This commit is contained in:
parent
c199c141b5
commit
f1ad494580
@ -825,8 +825,8 @@ enum return_type http_prepare(void)
|
||||
|
||||
method_name = strdup("http");
|
||||
add_to_env("METHOD", method_name);
|
||||
sprintf(location_full, "http://%s/%s", answers[0], answers[1]);
|
||||
add_to_env("URLPREFIX", location_full);
|
||||
add_to_env("HOST", answers[0]);
|
||||
add_to_env("PREFIX", answers[1]);
|
||||
}
|
||||
while (results == RETURN_BACK);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user