From 2965a981b7ec22866fbdf2d567d87e2d068d3617 Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Fri, 31 Jul 2015 16:04:08 -0400
Subject: [PATCH] Allow to search and import missing PGP pubkeys from keyservers using Publickey.js
---
installer/check.php | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/installer/check.php b/installer/check.php
index afdf86e..86396bc 100644
--- a/installer/check.php
+++ b/installer/check.php
@@ -84,7 +84,7 @@
'Mail_mime' => 'http://pear.php.net/package/Mail_mime',
'Mail_mimeDecode' => 'http://pear.php.net/package/Mail_mimeDecode',
'Net_IDNA2' => 'http://pear.php.net/package/Net_IDNA2',
- 'Net_LDAP3' => 'http://git.kolab.org/pear/Net_LDAP3',
+ 'Net_LDAP3' => 'https://git.kolab.org/diffusion/PNL',
);
echo '<input type="hidden" name="_step" value="' . ($RCI->configured ? 3 : 2) . '" />';
--
Gitblit v1.9.1