system_url()
Returns: | URL pointing at your CI system/ directory |
---|---|
Return type: | 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.
Please login to continue.