diff options
author | thomascube <thomas@roundcube.net> | 2008-05-29 16:10:42 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2008-05-29 16:10:42 +0000 |
commit | 45f56c1c400ad5b21ddcd4d490f6f6c4ffe0d9fc (patch) | |
tree | 7353d707aaad98c937e41f231a5b03b52fd97491 /installer/check.php | |
parent | 06c1652d7fbde5d198eb3508106bea5076620d35 (diff) |
Replace our crappy html sanitization with the dom-based washtml script + fix inline message parts + remove old code + add some doc comments
Diffstat (limited to 'installer/check.php')
-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 7ca982f2d..c0f06d4ab 100644 --- a/installer/check.php +++ b/installer/check.php @@ -1,7 +1,7 @@ <form action="index.php" method="get"> <?php -$required_php_exts = array('PCRE' => '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'); |