| Current Path : /var/www/homesaver/www/bitrix/modules/pull/install/ |
| Current File : /var/www/homesaver/www/bitrix/modules/pull/install/unstep2.php |
<?php
if (!defined('B_PROLOG_INCLUDED') || B_PROLOG_INCLUDED !== true)
{
die();
}
if (!check_bitrix_sessid())
{
return;
}
use Bitrix\Main\Localization\Loc;
global $errors;
\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>