]> git.mxchange.org Git - hub.git/blobdiff - application/hub/main/helper/connection/tcp/class_TcpConnectionHelper.php
Updated domain without a dash :(
[hub.git] / application / hub / main / helper / connection / tcp / class_TcpConnectionHelper.php
index 23ba71baf391746dcf9c30ff877deb36233ff2a3..93157e00c001e694ac77110c75d75a5b6876be94 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * A TCP connection helper class
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
  * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  * @todo               Find an interface for hub helper
  *
  * This program is free software: you can redistribute it and/or modify
@@ -97,7 +97,7 @@ class TcpConnectionHelper extends BaseConnectionHelper implements ConnectionHelp
 
                        // Is the recipient equal as configured IP
                        if (substr($packageData[NetworkPackage::PACKAGE_DATA_RECIPIENT], 0, strlen($helperInstance->getConfigInstance()->getConfigEntry('external_ip'))) == $helperInstance->getConfigInstance()->getConfigEntry('external_ip')) {
-                               // This connects to ship-simu.org and requests /ip.php which will return our external IP number
+                               // This connects to shipsimu.org and requests /ip.php which will return our external IP number
                                $recipientData[0] = ConsoleTools::determineExternalIp();
 
                                // Do we have hostname:ip match?