From: Roland Haeder Date: Mon, 15 Dec 2014 20:22:42 +0000 (+0100) Subject: No longer simple IPs, better is UNL: Universal Node Locator X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=53e46a945b95d6414af86dcf0d14de200dff15a5;hp=8be86e185bdead59362cc0775cef8f5b24d0294a No longer simple IPs, better is UNL: Universal Node Locator Signed-off-by: Roland Häder --- diff --git a/inc/classes/main/client/http/class_HttpClient.ph b/inc/classes/main/client/http/class_HttpClient.ph index c753d2d1..cc847160 100644 --- a/inc/classes/main/client/http/class_HttpClient.ph +++ b/inc/classes/main/client/http/class_HttpClient.ph @@ -14,7 +14,7 @@ * @return $externalAddress The determined external IP address * @todo Make IP, host name, port and script name configurable */ - public static function determineExternalIp () { + public static function determineExternalAddress () { // Get helper instance $helperInstance = new ConsoleTools(); diff --git a/inc/classes/main/console/class_ConsoleTools.php b/inc/classes/main/console/class_ConsoleTools.php index c80c534d..b7807d30 100644 --- a/inc/classes/main/console/class_ConsoleTools.php +++ b/inc/classes/main/console/class_ConsoleTools.php @@ -268,7 +268,7 @@ class ConsoleTools extends BaseFrameworkSystem { * @todo This should be moved out to an external class, e.g. HttpClient * @todo Make IP, host name, port and script name configurable */ - public static function determineExternalIp () { + public static function determineExternalAddress () { // Get helper instance $helperInstance = new ConsoleTools();