CI_Config::system_url PHP Method

system_url() public method

System URL
Deprecation: 3.0.0 Encourages insecure practices
public system_url ( ) : string
return string
    public function system_url()
    {
        $x = explode('/', preg_replace('|/*(.+?)/*$|', '\\1', BASEPATH));
        return $this->slash_item('base_url') . end($x) . '/';
    }