Your IP : 18.191.89.126


Current Path : /home/bitrix/ext_www/easy-comfort.com.ua/bitrix/modules/currency/install/
Upload File :
Current File : /home/bitrix/ext_www/easy-comfort.com.ua/bitrix/modules/currency/install/step1.php

<?
/** @global CDatabase $DB */
/** @global CUser $USER */
/** @global CMain $APPLICATION */
if(!check_bitrix_sessid()) return;

global $errors;

if (empty($errors))
{
	CAdminMessage::ShowNote(GetMessage('MOD_INST_OK'));
}
else
{
	CAdminMessage::ShowMessage(
		array(
			'TYPE' => 'ERROR',
			'MESSAGE' => GetMessage('MOD_INST_ERR'),
			'DETAILS' => implode('<br>', $errors),
			'HTML' => true
		)
	);
}
?><form action="<? echo $APPLICATION->GetCurPage(); ?>">
<p>
	<input type="hidden" name="lang" value="<? echo LANGUAGE_ID; ?>">
	<input type="submit" name="" value="<? echo GetMessage('MOD_BACK'); ?>">
</p>
<form>