Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/pull/lib/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/pull/lib/servermode.php

<?php

namespace Bitrix\Pull;

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