Your IP : 18.226.248.119


Current Path : /var/www/www-root/data/www/info.monolith-realty.ru/bitrix/modules/highloadblock/install/
Upload File :
Current File : /var/www/www-root/data/www/info.monolith-realty.ru/bitrix/modules/highloadblock/install/step2.php

<?
if (!check_bitrix_sessid())
	return;

IncludeModuleLangFile(__FILE__);
if ($ex = $APPLICATION->GetException())
	CAdminMessage::ShowMessage(array(
		"TYPE" => "ERROR",
		"MESSAGE" => GetMessage("MOD_INST_ERR"),
		"DETAILS" => $ex->GetString(),
		"HTML" => true,
	));
else
	CAdminMessage::ShowNote(GetMessage("MOD_INST_OK"));
?>
<form action="<?echo $APPLICATION->GetCurPage(); ?>">
	<input type="hidden" name="lang" value="<?echo LANGUAGE_ID; ?>">
	<input type="submit" name="" value="<?echo GetMessage("MOD_BACK"); ?>">
<form>