This commit is contained in:
root
2025-11-13 19:04:05 +03:00
commit 240d0aba5f
75129 changed files with 11118122 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?
if(!check_bitrix_sessid()) return;
if($ex = $APPLICATION->GetException())
CAdminMessage::ShowMessage(Array(
"TYPE" => "ERROR",
"MESSAGE" => GetMessage("MOD_UNINST_ERR"),
"DETAILS" => $ex->GetString(),
"HTML" => true,
));
else
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>