diff options
author | Andrey Andreev <narf@devilix.net> | 2014-02-08 18:58:48 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2014-02-08 18:58:48 +0100 |
commit | e4e1091d42e854e96706c153c71410301b3c3047 (patch) | |
tree | ad4072c57b8baa7d12411674bad28d393319389b /user_guide_src/source/libraries/config.rst | |
parent | 1f5909527f5a4984d4fa0a1f3bd51aa5bd850406 (diff) |
Deprecate CI_Config::system_url()
Diffstat (limited to 'user_guide_src/source/libraries/config.rst')
-rw-r--r-- | user_guide_src/source/libraries/config.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/user_guide_src/source/libraries/config.rst b/user_guide_src/source/libraries/config.rst index b31815799..3116b768a 100644 --- a/user_guide_src/source/libraries/config.rst +++ b/user_guide_src/source/libraries/config.rst @@ -245,4 +245,8 @@ Class Reference :returns: URL pointing at your CI system/ directory :rtype: string - This method retrieves the URL to your CodeIgniter system/ directory.
\ No newline at end of file + This method retrieves the URL to your CodeIgniter system/ directory. + + .. note:: This method is DEPRECATED because it encourages usage of + insecure coding practices. Your *system/* directory shouldn't + be publicly accessible.
\ No newline at end of file |