From 32a0ecd5b949e61dd011b32487e7753b6058f867 Mon Sep 17 00:00:00 2001 From: thomasb Date: Thu, 29 May 2008 16:10:42 +0000 Subject: Replace our crappy html sanitization with the dom-based washtml script + fix inline message parts + remove old code + add some doc comments git-svn-id: https://svn.roundcube.net/trunk@1452 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/installer/check.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'roundcubemail/installer/check.php') diff --git a/roundcubemail/installer/check.php b/roundcubemail/installer/check.php index 7ca982f2d..c0f06d4ab 100644 --- a/roundcubemail/installer/check.php +++ b/roundcubemail/installer/check.php @@ -1,7 +1,7 @@
'pcre', 'Session' => 'session'); +$required_php_exts = array('PCRE' => 'pcre', 'Session' => 'session', 'DOM XML' => 'dom'); $optional_php_exts = array('FileInfo' => 'fileinfo', 'Libiconv' => 'iconv', 'Multibyte' => 'mbstring', 'OpenSSL' => 'openssl', 'Mcrypt' => 'mcrypt', 'GD' => 'gd'); -- cgit v1.2.3