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 * Local URL
* *
* Returns local_url [. uri_string] * Returns local_url [. uri_string]
*
* If local_url is not defined return base_url instead.
* *
* @uses CI_Config::_uri_string() * @uses CI_Config::_uri_string()
* *

View File

@@ -97,8 +97,6 @@ if ( ! function_exists('local_url'))
* within e.g. the docker container to the base_url use this url * within e.g. the docker container to the base_url use this url
* for cron jobs. * for cron jobs.
* *
* If local_url is not defined return base_url instead.
*
* @param string $uri * @param string $uri
* @param string $protocol * @param string $protocol
* @return string * @return string