1
0
mirror of synced 2024-11-22 13:26:10 +03:00
bitrix-module/intaro.crm/install/unstep2.php
2013-07-10 18:21:13 +04:00

18 lines
568 B
PHP
Executable File

<?if(!check_bitrix_sessid()) return;?>
<?
$errors=false;
if($errors===false):
echo CAdminMessage::ShowNote(GetMessage("MOD_UNINST_OK"));
else:
$alErrors = "";
for($i=0; $i<count($errors); $i++)
$alErrors .= $errors[$i]."<br>";
echo CAdminMessage::ShowMessage(Array("TYPE"=>"ERROR", "MESSAGE" =>GetMessage("MOD_UNINST_ERR"), "DETAILS"=>$alErrors, "HTML"=>true));
endif;
?>
<form action="<?echo $APPLICATION->GetCurPage()?>">
<input type="hidden" name="lang" value="<?echo LANG?>">
<input type="submit" name="" value="<?echo GetMessage("MOD_BACK")?>">
</form>