Your IP : 108.162.241.185


Current Path : /var/www/element/data/www/revenuestory.ru/bitrix/modules/landing/install/
Upload File :
Current File : /var/www/element/data/www/revenuestory.ru/bitrix/modules/landing/install/unstep2.php

<?php
use \Bitrix\Main\Localization\Loc;

if (!check_bitrix_sessid())
{
	return;
}

echo \CAdminMessage::ShowNote(Loc::getMessage('MOD_UNINST_OK'));
?>

<br>
<form action="<?= $APPLICATION->GetCurPage();?>">
	<input type="hidden" name="lang" value="<?= LANG;?>">
	<input type="submit" name="" value="<?= Loc::getMessage('MOD_BACK');?>">
</form>