X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fmain%2Fconsole%2Fclass_ConsoleTools.php;h=b7807d30010a2b5d63c33e27da3c00fa5951832a;hp=068bbf5003b661588504c5f53518410434bcf76d;hb=53e46a945b95d6414af86dcf0d14de200dff15a5;hpb=328bbb71e1a68e59fad267bf915f4e42068523c9 diff --git a/inc/classes/main/console/class_ConsoleTools.php b/inc/classes/main/console/class_ConsoleTools.php index 068bbf50..b7807d30 100644 --- a/inc/classes/main/console/class_ConsoleTools.php +++ b/inc/classes/main/console/class_ConsoleTools.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2013 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2014 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org * @@ -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();