Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/catalog/install/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/catalog/install/unstep1.php

<?php

/**
 * @global CMain $APPLICATION
 */

?>
<form action="<?= $APPLICATION->GetCurPage() ?>">
<?=bitrix_sessid_post()?>
	<input type="hidden" name="lang" value="<?= LANGUAGE_ID ?>">
	<input type="hidden" name="id" value="catalog">
	<input type="hidden" name="uninstall" value="Y">
	<input type="hidden" name="step" value="2">
	<?php
	CAdminMessage::ShowMessage(GetMessage("MOD_UNINST_WARN"));
	?>
	<p><?= GetMessage("MOD_UNINST_SAVE") ?></p>
	<p><input type="checkbox" name="savedata" id="savedata" value="Y" checked><label for="savedata"><?= GetMessage("MOD_UNINST_SAVE_TABLES") ?></label></p>
	<input type="submit" name="inst" value="<?= htmlspecialcharsbx(GetMessage("MOD_UNINST_DEL")) ?>">
</form>