]> git.mxchange.org Git - hub.git/blobdiff - application/hub/init.php
A lot changes for refacturing protocol handler
[hub.git] / application / hub / init.php
index a3b04697f3728ec246f78e403130ac0446dd70ec..42cf824036aea8ee55f8bed7e1ee14cba14640e1 100644 (file)
@@ -34,8 +34,8 @@ require($cfg->getConfigEntry('base_path') . 'inc/output.php');
 // the inc/database.php script
 require($cfg->getConfigEntry('base_path') . 'inc/database.php');
 
-// Get's our IP address
-ConsoleTools::acquireSelfIPAddress();
+// Get own internal address
+HubTools::determineOwnInternalAddress();
 
 // [EOF]
 ?>