• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/classes/general/sharepoint_queue.php
  • Класс: CAllIntranetSharepointQueue
  • Вызов: CAllIntranetSharepointQueue::Unlock
static function Unlock()
{
	$lock_filename = CTempFile::GetAbsoluteRoot().'/sharepoint.lock.txt';
	if (file_exists($lock_filename))
		@unlink($lock_filename);

	return true;
}