Your IP : 18.191.185.51


Current Path : /home/bitrix/ext_www/dev.home-comfort.in.ua/bitrix/modules/roistat.integration/install/
Upload File :
Current File : /home/bitrix/ext_www/dev.home-comfort.in.ua/bitrix/modules/roistat.integration/install/unstep2.php

<?php
// @codingStandardsIgnoreStart

if (!check_bitrix_sessid()) return;

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

    <form>
<?php
// @codingStandardsIgnoreEnd