summaryrefslogtreecommitdiffstats
path: root/system/core
diff options
context:
space:
mode:
authorAndrey Andreev <narf@devilix.net>2016-12-01 13:49:08 +0100
committerAndrey Andreev <narf@devilix.net>2016-12-01 13:49:08 +0100
commitedbbc7dfc01ce05a1c37629df0e1b4c8d00c435f (patch)
tree3b9b8b553d644e6ec7a6be623896dce76058e0c4 /system/core
parentdd2dcde50355c85466991caa9630a66a46626e46 (diff)
Remove previously deprecated CI_Config::system_url()
Diffstat (limited to 'system/core')
-rw-r--r--system/core/Config.php14
1 files changed, 0 insertions, 14 deletions
diff --git a/system/core/Config.php b/system/core/Config.php
index e74751639..6704a0a7e 100644
--- a/system/core/Config.php
+++ b/system/core/Config.php
@@ -351,20 +351,6 @@ class CI_Config {
// --------------------------------------------------------------------
/**
- * System URL
- *
- * @deprecated 3.0.0 Encourages insecure practices
- * @return string
- */
- public function system_url()
- {
- $x = explode('/', preg_replace('|/*(.+?)/*$|', '\\1', BASEPATH));
- return $this->slash_item('base_url').end($x).'/';
- }
-
- // --------------------------------------------------------------------
-
- /**
* Set a config file item
*
* @param string $item Config item key