1
0
mirror of synced 2024-11-25 14:56:09 +03:00
bitrix-module/intaro.crm/install/unstep1.php
2013-07-10 18:21:13 +04:00

11 lines
538 B
PHP
Executable File

<?php IncludeModuleLangFile(__FILE__); ?>
<form action="<?php echo $APPLICATION->GetCurPage(); ?>">
<?php bitrix_sessid_post(); ?>
<input type="hidden" name="lang" value="<?php echo LANGUAGE_ID; ?>">
<input type="hidden" name="id" value="intaro.crm">
<input type="hidden" name="uninstall" value="Y">
<input type="hidden" name="step" value="2">
<?php echo CAdminMessage::ShowMessage(GetMessage("MOD_UNINST_WARN")); ?>
<input type="submit" name="inst" value="<?php echo GetMessage("MOD_UNINST_DEL"); ?>" class="adm-btn-save">
</form>