• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/app.php
  • Класс: BitrixImApp
  • Вызов: App::getDomainHash
static function getDomainHash($hash)
{
	$result = md5($_SERVER['SERVER_NAME'].$hash);

	return $result;
}