From 45f56c1c400ad5b21ddcd4d490f6f6c4ffe0d9fc Mon Sep 17 00:00:00 2001 From: thomascube 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 --- installer/check.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'installer/check.php') 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 @@
'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