1
0
mirror of synced 2024-11-22 13:26:10 +03:00
bitrix-module/intaro.crm/install/step3.php
2013-07-10 18:21:13 +04:00

11 lines
428 B
PHP
Executable File

<?php
if(!check_bitrix_sessid()) return;
echo CAdminMessage::ShowNote(GetMessage("MOD_INST_OK")); ?>
<form action="<?php echo $APPLICATION->GetCurPage(); ?>">
<input type="hidden" name="lang" value="<?php echo LANG; ?>">
<input type="hidden" name="id" value="intaro.crm">
<input type="hidden" name="install" value="Y">
<input type="submit" name="" value="<?php echo GetMessage("MOD_BACK"); ?>" class="adm-btn-save">
<form>