diff options
author | Aleksander Machniak <alec@alec.pl> | 2015-04-14 18:29:59 +0200 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2015-04-14 18:29:59 +0200 |
commit | 489409f30f2495a1dff43ead9d201a4b28cdbe82 (patch) | |
tree | b7d2a4a240d0a63ed976d34b1d61d7fae7b576ec /installer | |
parent | 50caf4b02478d6688c12890e12f93ef83df69c98 (diff) |
Fix Net_LDAP3 homepage location
Diffstat (limited to 'installer')
-rw-r--r-- | installer/check.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/installer/check.php b/installer/check.php index afdf86e5c..86396bcbb 100644 --- a/installer/check.php +++ b/installer/check.php @@ -84,7 +84,7 @@ $source_urls = array( '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) . '" />'; |