From 534be03fdc52bdaeb48ffe89cb6aa042ad1890ad Mon Sep 17 00:00:00 2001 From: Derek Jones Date: Tue, 10 Feb 2009 18:47:47 +0000 Subject: changed redirect() to only force site_url() when the supplied URL doesn't start with an http protocol, allowing you to use the helper for external URLs. --- user_guide/changelog.html | 1 + 1 file changed, 1 insertion(+) (limited to 'user_guide/changelog.html') diff --git a/user_guide/changelog.html b/user_guide/changelog.html index 7a26cb39a..48f356703 100644 --- a/user_guide/changelog.html +++ b/user_guide/changelog.html @@ -84,6 +84,7 @@ SVN Revision:

  • Added a doctype() function to the HTML helper.
  • Added ability to force lowercase for url_title() in the URL helper.
  • Changed the default "type" of form_button() to "button" from "submit" in the form helper.
  • +
  • Changed redirect() in the URL helper to allow redirections to URLs outside of the CI site.
  • Other Changes -- cgit v1.2.3-24-g4f1b