<?php
// CBitrixCloudBackupWebService :: actionWriteFile()
// /dist/bitrix/modules/bitrixcloud/classes/general/backup_webservice.php:90
public function actionWriteFile($check_word, $file_name) /*. throws CBitrixCloudException .*/
{
$this->addStr = "";
$this->addParams = array(
"file_name" => $file_name,
"spd" => CUpdateClient::getSpd(),
"CHHB" => $_SERVER["HTTP_HOST"],
"CSAB" => $_SERVER["SERVER_ADDR"],
);
return $this->backup_action("write_file");
}