From 00aa71c403c3aed671676e00737ae150dfcacd17 Mon Sep 17 00:00:00 2001 From: Derek Allard Date: Wed, 17 Oct 2007 14:45:36 +0000 Subject: noted that "location" was the default redirect method in the userguide --- user_guide/helpers/url_helper.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'user_guide/helpers') diff --git a/user_guide/helpers/url_helper.html b/user_guide/helpers/url_helper.html index 08e6f7d0c..74801f4a8 100644 --- a/user_guide/helpers/url_helper.html +++ b/user_guide/helpers/url_helper.html @@ -237,7 +237,7 @@ to redirect to a local URL within your site. You will not spec to the controller you want to direct to. The function will build the URL based on your config file values.

The second parameter allows you to choose between the "location" -method or the "refresh" method. Location is faster, but on Windows servers it can sometimes be a problem. Example:

+method (default) or the "refresh" method. Location is faster, but on Windows servers it can sometimes be a problem. Example:

if ($logged_in == FALSE)
{
-- cgit v1.2.3-24-g4f1b