Fixed backslashes in sieve scripts (#426)

This commit is contained in:
RainLoop Team 2015-02-05 04:17:33 +04:00
parent 51666d7c7e
commit 7b2907bf89
2 changed files with 17 additions and 21 deletions

View file

@ -3276,7 +3276,7 @@ class Actions
\sleep(1);
$sValue = $oHttp->GetUrlAsString(APP_API_PATH.'activate/'.\urlencode($sDomain).'/'.\urlencode($sKey),
'RainLoop', $sContentType, $iCode, $this->Logger(), 10,
'RainLoop/'.APP_VERSION, $sContentType, $iCode, $this->Logger(), 10,
$this->Config()->Get('labs', 'curl_proxy', ''), $this->Config()->Get('labs', 'curl_proxy_auth', ''),
array(), false
);