diff options
| author | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-06-15 15:30:16 +0000 |
|---|---|---|
| committer | till <till@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2008-06-15 15:30:16 +0000 |
| commit | 8121f52b75ab3189440de2148e8e90a739bb0b2e (patch) | |
| tree | 89f7be25946ad26e27d397d4b243b50210a23164 | |
| parent | 60845e4343fb92e0c9e97fdab6bf7e5f73d8f17a (diff) | |
* there is no dom2 extension, just dom
git-svn-id: https://svn.roundcube.net/trunk@1548 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/installer/check.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/installer/check.php b/roundcubemail/installer/check.php index a8a0125f5..380202cdb 100644 --- a/roundcubemail/installer/check.php +++ b/roundcubemail/installer/check.php @@ -1,7 +1,7 @@ <form action="index.php" method="get"> <?php -$required_php_exts = array('PCRE' => 'pcre', 'DOM' => 'dom2', 'Session' => 'session',); +$required_php_exts = array('PCRE' => 'pcre', 'DOM' => 'dom', 'Session' => 'session'); $optional_php_exts = array('FileInfo' => 'fileinfo', 'Libiconv' => 'iconv', 'Multibyte' => 'mbstring', 'OpenSSL' => 'openssl', 'Mcrypt' => 'mcrypt', |
