summaryrefslogtreecommitdiffstats
path: root/user_guide/helpers
diff options
context:
space:
mode:
authorDerek Allard <derek.allard@ellislab.com>2007-10-17 16:45:36 +0200
committerDerek Allard <derek.allard@ellislab.com>2007-10-17 16:45:36 +0200
commit00aa71c403c3aed671676e00737ae150dfcacd17 (patch)
tree04694f29d9486b0e98b240f9d0fe2ac0d6b9ed28 /user_guide/helpers
parent3f9e557ed1e5b9d0ea14bba201058b3877a96da8 (diff)
noted that "location" was the default redirect method in the userguide
Diffstat (limited to 'user_guide/helpers')
-rw-r--r--user_guide/helpers/url_helper.html2
1 files changed, 1 insertions, 1 deletions
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 <strong>not</strong> spec
to the controller you want to direct to. The function will build the URL based on your config file values.</p>
<p>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:</p>
+method (default) or the "refresh" method. Location is faster, but on Windows servers it can sometimes be a problem. Example:</p>
<code>if ($logged_in == FALSE)<br />
{<br />