Your IP : 216.73.216.86


Current Path : /var/www/homesaver/www/bitrix/modules/ipol.sdek/install/
Upload File :
Current File : /var/www/homesaver/www/bitrix/modules/ipol.sdek/install/step1.php

<?php
	if(!check_bitrix_sessid()) return;
	IncludeModuleLangFile(__FILE__);
?>
<form action="<?php echo $APPLICATION->GetCurPage() ?>">
	<input type="hidden" name="lang" value="<?php echo LANG; ?>">

<?=GetMessage("IPOLSDEK_INSTALL_TEXT")?><br>

    <?php
if(!function_exists('curl_init'))
	echo "<br>".GetMessage("IPOLSDEK_NOCURL");
?>
	<input id='IPOL_submitVal' style='display:none' type="submit" name="" value="OK">
</form>