1
0
mirror of synced 2024-11-22 21:36:10 +03:00
bitrix-module/intaro.intarocrm/install/step3.php

11 lines
413 B
PHP
Raw Normal View History

2013-07-05 18:19:42 +04:00
<?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; ?>">
2013-07-16 18:50:05 +04:00
<input type="hidden" name="id" value="intaro.intarocrm">
2013-07-05 18:19:42 +04:00
<input type="hidden" name="install" value="Y">
2013-07-18 14:32:10 +04:00
<input type="submit" name="" value="<?php echo GetMessage("MOD_BACK"); ?>">
2013-07-05 18:19:42 +04:00
<form>