diff options
author | Andrey Andreev <narf@devilix.net> | 2016-12-01 13:49:08 +0100 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2016-12-01 13:49:08 +0100 |
commit | edbbc7dfc01ce05a1c37629df0e1b4c8d00c435f (patch) | |
tree | 3b9b8b553d644e6ec7a6be623896dce76058e0c4 /user_guide_src/source/libraries | |
parent | dd2dcde50355c85466991caa9630a66a46626e46 (diff) |
Remove previously deprecated CI_Config::system_url()
Diffstat (limited to 'user_guide_src/source/libraries')
-rw-r--r-- | user_guide_src/source/libraries/config.rst | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/user_guide_src/source/libraries/config.rst b/user_guide_src/source/libraries/config.rst index a45cacdf5..7398329c3 100644 --- a/user_guide_src/source/libraries/config.rst +++ b/user_guide_src/source/libraries/config.rst @@ -239,14 +239,3 @@ Class Reference This method is normally accessed via the corresponding functions in the :doc:`URL Helper </helpers/url_helper>`. - - .. php:method:: system_url() - - :returns: URL pointing at your CI system/ directory - :rtype: string - - 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 |