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,20 @@
<?
/** @global CMain $APPLICATION */
if (!check_bitrix_sessid())
return;
IncludeModuleLangFile(__FILE__);
if ($ex = $APPLICATION->GetException())
echo CAdminMessage::ShowMessage(array(
"TYPE" => "ERROR",
"MESSAGE" => GetMessage("MOD_INST_ERR"),
"DETAILS" => $ex->GetString(),
"HTML" => true,
));
else
echo CAdminMessage::ShowNote(GetMessage("MOD_INST_OK"));
?>
<form action="<?echo $APPLICATION->GetCurPage(); ?>">
<input type="hidden" name="lang" value="<?echo LANG ?>">
<input type="submit" name="" value="<?echo GetMessage("MOD_BACK"); ?>">
<form>