summaryrefslogtreecommitdiffstats
path: root/system/core/Config.php
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2014-02-08 18:58:48 +0100
committerAndrey Andreev <narf@devilix.net>2014-02-08 18:58:48 +0100
commite4e1091d42e854e96706c153c71410301b3c3047 (patch)
treead4072c57b8baa7d12411674bad28d393319389b /system/core/Config.php
parent1f5909527f5a4984d4fa0a1f3bd51aa5bd850406 (diff)
Deprecate CI_Config::system_url()
Diffstat (limited to 'system/core/Config.php')
-rw-r--r--system/core/Config.php1
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()