From: Michael M Slusarz Date: Thu, 6 Jan 2011 18:33:58 +0000 (-0700) Subject: Update framework version ID X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=ada49105c5d2e3b3b6edbfe4f2bfc76892c3c054;p=horde.git Update framework version ID --- diff --git a/framework/Crypt/lib/Horde/Crypt/Pgp.php b/framework/Crypt/lib/Horde/Crypt/Pgp.php index 0be4a180b..55c8dfc86 100644 --- a/framework/Crypt/lib/Horde/Crypt/Pgp.php +++ b/framework/Crypt/lib/Horde/Crypt/Pgp.php @@ -786,7 +786,7 @@ class Horde_Crypt_Pgp extends Horde_Crypt $pubkey = 'keytext=' . urlencode(rtrim($pubkey)); $cmd = array( 'Host: ' . $server . ':11371', - 'User-Agent: Horde Application Framework 3.2', + 'User-Agent: Horde Application Framework', 'Content-Type: application/x-www-form-urlencoded', 'Content-Length: ' . strlen($pubkey), 'Connection: close',