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 /system | |
parent | 1f5909527f5a4984d4fa0a1f3bd51aa5bd850406 (diff) |
Deprecate CI_Config::system_url()
Diffstat (limited to 'system')
-rw-r--r-- | system/core/Config.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/core/Config.php b/system/core/Config.php index a0e830abe..93c950e2e 100644 --- a/system/core/Config.php +++ b/system/core/Config.php @@ -332,6 +332,7 @@ class CI_Config { /** * System URL * + * @deprecated 3.0.0 Encourages insecure practices * @return string */ public function system_url() |