Your IP : 18.220.153.89


Current Path : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/modules/pull/lib/
Upload File :
Current File : /home/bitrix/ext_www/crm.klimatlend.ua/bitrix/modules/pull/lib/servermode.php

<?php

namespace Bitrix\Pull;

class ServerMode
{
	const Shared = 'shared';
	const Personal = 'personal';
}