diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-02-25 16:37:22 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-02-25 16:37:22 +0000 |
| commit | d297de1c27c94088e674198baf60ad8a2914b954 (patch) | |
| tree | f24314bf499158c67685201f2f7ee757014e74c3 /roundcubemail/installer/check.php | |
| parent | 0272fac2f7af3a930d6fd2288f590c27470e13b3 (diff) | |
Create interactive update script with improved DB schema check; udated installer with new features and styles
git-svn-id: https://svn.roundcube.net/trunk@4573 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/installer/check.php')
| -rw-r--r-- | roundcubemail/installer/check.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/roundcubemail/installer/check.php b/roundcubemail/installer/check.php index 0ba5f58de..944d3840f 100644 --- a/roundcubemail/installer/check.php +++ b/roundcubemail/installer/check.php @@ -22,6 +22,7 @@ $required_libs = array( 'PEAR' => 'PEAR.php', 'MDB2' => 'MDB2.php', 'Net_SMTP' => 'Net/SMTP.php', + 'Net_IDNA2' => 'Net/IDNA2.php', 'Mail_mime' => 'Mail/mime.php', ); |
