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

14 lines
504 B
PHP

<?php
/* @var CMain APPLICATION */
IncludeModuleLangFile(__FILE__);
?>
<p><?php echo GetMessage('PERFMON_INSTALL')?></p>
<form action="<?php echo $APPLICATION->GetCurPage()?>" name="form1">
<?=bitrix_sessid_post()?>
<input type="hidden" name="lang" value="<?php echo LANG?>">
<input type="hidden" name="id" value="perfmon">
<input type="hidden" name="install" value="Y">
<input type="hidden" name="step" value="2">
<input type="submit" name="inst" value="<?php echo GetMessage('MOD_INSTALL')?>">
</form>