started non hardcoded cgi call
This commit is contained in:
@@ -213,6 +213,8 @@ bool Client::fill_script_path(std::string script)
|
||||
if (pos == 0)
|
||||
{
|
||||
tmp = path.substr(0, pos + len);
|
||||
_request.script.path = "./srcs" + tmp; // TODO: root path ?
|
||||
|
||||
_request.script.path = "./srcs" + tmp; // TODO: root path ?
|
||||
_request.script.info = path.substr(pos + len);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user