From ada49105c5d2e3b3b6edbfe4f2bfc76892c3c054 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 6 Jan 2011 11:33:58 -0700 Subject: [PATCH] Update framework version ID --- framework/Crypt/lib/Horde/Crypt/Pgp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.11.0