Your IP : 3.147.127.30


Current Path : /var/www/www-root/data/www/monolith-realty.ru/bitrix/modules/askaron.settings/install/
Upload File :
Current File : /var/www/www-root/data/www/monolith-realty.ru/bitrix/modules/askaron.settings/install/unstep.php

<?if(!check_bitrix_sessid()) return;?>
<?
//IncludeModuleLangFile(__FILE__);
global $askaron_settings_global_errors;
$askaron_settings_global_errors = is_array($askaron_settings_global_errors) ? $askaron_settings_global_errors : array();

if(is_array($askaron_settings_global_errors) && count($askaron_settings_global_errors)>0)
{
	foreach($askaron_settings_global_errors as $val)
	{
			$alErrors .= $val."<br>";
	}
	echo CAdminMessage::ShowMessage(Array("TYPE"=>"ERROR", "MESSAGE" => GetMessage("MOD_UNINST_ERR"), "DETAILS"=>$alErrors, "HTML"=>true));
}
else
{
	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>