Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/js/currency/currency-core/
Upload File :
Current File : /var/www/homesaver/www/bitrix/js/currency/currency-core/config.php

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

return [
	'js' => 'dist/currency-core.bundle.js',
	'rel' => [
		'main.core',
	],
	'skip_core' => false,
	'settings' => [
		'region' => \Bitrix\Main\Application::getInstance()->getLicense()->getRegion(),
	],
];