From 53e46a945b95d6414af86dcf0d14de200dff15a5 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Mon, 15 Dec 2014 21:22:42 +0100 Subject: [PATCH] No longer simple IPs, better is UNL: Universal Node Locator MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- inc/classes/main/client/http/class_HttpClient.ph | 2 +- inc/classes/main/console/class_ConsoleTools.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(); -- 2.30.2