11 lines
300 B
PHP
11 lines
300 B
PHP
<?
|
|
if(!check_bitrix_sessid()) return;
|
|
|
|
global $errors;
|
|
|
|
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>
|