X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fconfig%2Fconfig-hubmaster.php;h=c153dcea2e5fb7113a8be381727fe8f19f7a351d;hb=aae25237f01ddf26dda0b93779a0d3c231b5b789;hp=3f266a456291a967c3acff10db661e33cf185a59;hpb=4b88c118b615335d06bd74e444173d21aef4406c;p=core.git diff --git a/inc/config/config-hubmaster.php b/inc/config/config-hubmaster.php index 3f266a45..c153dcea 100644 --- a/inc/config/config-hubmaster.php +++ b/inc/config/config-hubmaster.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team * @license GNU GPL 3.0 or any newer version * * This program is free software: you can redistribute it and/or modify @@ -22,10 +22,10 @@ */ // Get the configuration instance -$cfg = FrameworkConfiguration::getInstance(); +$cfg = FrameworkConfiguration::getSelfInstance(); // CFG: HUB-BOOTSTRAP-NODES -$cfg->setConfigEntry('hub_bootstrap_nodes', '188.138.90.169:9061'); +$cfg->setConfigEntry('hub_bootstrap_nodes', '188.138.90.169:9060'); // [EOF] ?>