]> git.mxchange.org Git - core.git/commitdiff
No longer simple IPs, better is UNL: Universal Node Locator
authorRoland Haeder <roland@mxchange.org>
Mon, 15 Dec 2014 20:22:42 +0000 (21:22 +0100)
committerRoland Haeder <roland@mxchange.org>
Mon, 15 Dec 2014 20:22:42 +0000 (21:22 +0100)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/main/client/http/class_HttpClient.ph
inc/classes/main/console/class_ConsoleTools.php

index c753d2d16da2d34a9d06c6d615dc87463ef5d9c5..cc847160bd17560f25ba8f56e9ae29257cd7bf7c 100644 (file)
@@ -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();
 
index c80c534d29752d63a36ca98942e13f9c533778d2..b7807d30010a2b5d63c33e27da3c00fa5951832a 100644 (file)
@@ -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();