• Модуль: pull
  • Путь к файлу: ~/bitrix/modules/pull/lib/sharedserver/config.php
  • Класс: BitrixPullSharedServerConfig
  • Вызов: Config::getRegisterUrl
static function getRegisterUrl()
{
	return "https://" . static::getServerAddress() . (defined("PULL_SHARED_REGISTER_URL") ? PULL_SHARED_REGISTER_URL : static::REGISTER_URL);
}