diff --git a/modules/core/www/frontpage_config.php b/modules/core/www/frontpage_config.php index 3b372766bee2722fe31bbf81487028f2017af5a2..dfd3f1538016f63cc7aced3ddc648168fcad0c04 100644 --- a/modules/core/www/frontpage_config.php +++ b/modules/core/www/frontpage_config.php @@ -103,7 +103,6 @@ $functionchecks = array( 'hash' => array('required', 'Hashing function'), 'gzinflate' => array('required', 'ZLib'), 'openssl_sign' => array('required', 'OpenSSL'), - 'simplexml_import_dom' => array('required', 'SimpleXML'), 'dom_import_simplexml' => array('required', 'XML DOM'), 'preg_match' => array('required', 'RegEx support'), 'json_decode' => array('required', 'JSON support'),