Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/components/bitrix/sale.bsm.site.master/tools/
Upload File :
Current File : /var/www/homesaver/www/bitrix/components/bitrix/sale.bsm.site.master/tools/bitrixvmchecker.php

<?php

namespace Bitrix\Sale\BsmSiteMaster\Tools;

if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
	die();
}

/**
 * Class BitrixVmChecker
 * @package Bitrix\Sale\BsmSiteMaster\Tools
 */
class BitrixVmChecker
{
	/**
	 * @return bool
	 */
	public function isVm()
	{
		return getenv('BITRIX_VA_VER') ? true : false;
	}
}