minor fix
This commit is contained in:
parent
e5a0063d80
commit
8659e27503
|
|
@ -9,7 +9,7 @@
|
|||
<email>endres@systopia.de</email>
|
||||
</maintainer>
|
||||
<releaseDate></releaseDate>
|
||||
<version>0.3</version>
|
||||
<version>0.3.1</version>
|
||||
<develStage>alpha</develStage>
|
||||
<compatibility>
|
||||
<ver>4.4</ver>
|
||||
|
|
|
|||
|
|
@ -76,7 +76,7 @@ curl_setopt($curlSession, CURLOPT_URL, $url);
|
|||
curl_setopt($curlSession, CURLOPT_HEADER, 1);
|
||||
curl_setopt($curlSession, CURLOPT_RETURNTRANSFER,1);
|
||||
curl_setopt($curlSession, CURLOPT_TIMEOUT, 30);
|
||||
curl_setopt($curl, CURLOPT_SSL_VERIFYHOST, 1);
|
||||
curl_setopt($curlSession, CURLOPT_SSL_VERIFYHOST, 1);
|
||||
if (file_exists(dirname(__FILE__).'/target.pem')) {
|
||||
curl_setopt($curlSession, CURLOPT_CAINFO, dirname(__FILE__).'/target.pem');
|
||||
}
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
+---------------------------------------------------------*/
|
||||
|
||||
require_once "config.php";
|
||||
$civiproxy_version = '0.3';
|
||||
$civiproxy_version = '0.3.1';
|
||||
$civiproxy_logo = "<img src='{$proxy_base}/static/images/proxy-logo.png' alt='SYSTOPIA Organisationsberatung'></img>";
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in New Issue