| Current Path : /var/www/homesaver/www/bitrix/modules/clouds/install/ |
| Current File : /var/www/homesaver/www/bitrix/modules/clouds/install/step1.php |
<?php
/* @var CMain $APPLICATION */
IncludeModuleLangFile(__FILE__);
?>
<p><?php echo GetMessage('CLO_INSTALL')?></p>
<form action="<?php echo $APPLICATION->GetCurPage()?>" name="form1">
<?=bitrix_sessid_post()?>
<input type="hidden" name="lang" value="<?php echo LANG?>">
<input type="hidden" name="id" value="clouds">
<input type="hidden" name="install" value="Y">
<input type="hidden" name="step" value="2">
<input type="submit" name="inst" value="<?php echo GetMessage('MOD_INSTALL')?>">
</form>