]> git.mxchange.org Git - hub.git/blobdiff - application/hub/init.php
News updated, typo fixed in method name
[hub.git] / application / hub / init.php
index d9db3d8632a4174604ef9786f79aa3f937cb283e..7b899fd96845c8ec65d49230a933511bcc878750 100644 (file)
@@ -49,7 +49,7 @@ require($cfg->readConfig('base_path') . "inc/language.php");
 require($cfg->readConfig('base_path') . "inc/database.php");
 
 // Get's our IP address
-$_SERVER['SERVER_ADDR'] = ConsoleTools::aquireSelfIPAddress();
+$_SERVER['SERVER_ADDR'] = ConsoleTools::acquireSelfIPAddress();
 
 // [EOF]
 ?>