Skip to content
Snippets Groups Projects
Commit 5822500a authored by xamgore's avatar xamgore
Browse files

Aliases instead of boolean constants

parent d501f07b
Branches
Tags
No related merge requests found
......@@ -133,8 +133,8 @@ else
* Execute the main request. A source of the URI can be passed, eg: $_SERVER['PATH_INFO'].
* If no source is specified, the URI will be automatically detected.
*/
echo Request::factory(TRUE, array(), FALSE)
echo Request::factory($uri = TRUE, $client_params = array(), $allow_external = TRUE)
->execute()
->send_headers(TRUE)
->send_headers($replace_existing_headers = TRUE)
->body();
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment