Move also the comment from the helper function to core/Config.php

This commit is contained in:
Patrick Winnertz
2024-08-23 15:14:58 +02:00
parent 6ee6a95622
commit 90aac66df1
2 changed files with 2 additions and 2 deletions

View File

@@ -326,6 +326,8 @@ class CI_Config {
* Local URL
*
* Returns local_url [. uri_string]
*
* If local_url is not defined return base_url instead.
*
* @uses CI_Config::_uri_string()
*