diff --git a/de.systopia.civiproxy/info.xml b/de.systopia.civiproxy/info.xml index fbb94d1..b165962 100644 --- a/de.systopia.civiproxy/info.xml +++ b/de.systopia.civiproxy/info.xml @@ -9,7 +9,7 @@ endres@systopia.de - 0.3 + 0.3.1 alpha 4.4 diff --git a/proxy/file.php b/proxy/file.php index ace0719..ae3775e 100644 --- a/proxy/file.php +++ b/proxy/file.php @@ -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'); } diff --git a/proxy/proxy.php b/proxy/proxy.php index 6468ac9..819a3bf 100644 --- a/proxy/proxy.php +++ b/proxy/proxy.php @@ -8,7 +8,7 @@ +---------------------------------------------------------*/ require_once "config.php"; -$civiproxy_version = '0.3'; +$civiproxy_version = '0.3.1'; $civiproxy_logo = "SYSTOPIA Organisationsberatung"; /**