1
0
mirror of synced 2024-11-22 05:16:09 +03:00
bitrix-module/intaro.retailcrm/install/unstep1.php
Евгений Тыщицкий 84bccdac53 v.2.0.0
2016-09-15 16:42:10 +03:00

8 lines
334 B
PHP

<?php IncludeModuleLangFile(__FILE__);
bitrix_sessid_post();
echo CAdminMessage::ShowNote(GetMessage("MOD_UNINST_OK")); ?>
<form action="<?echo $APPLICATION->GetCurPage()?>">
<input type="hidden" name="lang" value="<?echo LANG?>">
<input type="submit" name="" value="<?echo GetMessage("MOD_BACK")?>">
</form>