ez-pro/core/bitrix/modules/highloadblock/install/step1.php
2025-11-13 19:04:05 +03:00

12 lines
499 B
PHP

<?php
/** @global CMain $APPLICATION */
IncludeModuleLangFile(__FILE__); ?>
<p><?= GetMessage("HLBLOCK_INSTALL") ?></p>
<form action="<?= $APPLICATION->GetCurPage() ?>" name="form1">
<?= bitrix_sessid_post() ?>
<input type="hidden" name="lang" value="<?= LANGUAGE_ID ?>">
<input type="hidden" name="id" value="highloadblock">
<input type="hidden" name="install" value="Y">
<input type="hidden" name="step" value="2">
<input type="submit" name="inst" value="<?= GetMessage("MOD_INSTALL") ?>">
</form>