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/unstep2.php

<?php

if (!check_bitrix_sessid())
{
	return;
}

/**
 * @global CMain $APPLICATION
 */

global $errors;

if ($errors === false):
	CAdminMessage::ShowNote(GetMessage("MOD_UNINST_OK"));
else:
	CAdminMessage::ShowMessage([
		"TYPE"=>"ERROR",
		"MESSAGE" => GetMessage("MOD_UNINST_ERR"),
		"DETAILS" => implode('<br>', $errors),
		"HTML" => true,
	]);
endif;
?>
<form action="<?= $APPLICATION->GetCurPage() ?>">
	<input type="hidden" name="lang" value="<?= LANGUAGE_ID ?>">
	<input type="submit" name="" value="<?= htmlspecialcharsbx(GetMessage("MOD_BACK")) ?>">
<form>