Skip to content
Snippets Groups Projects
Commit aec79b0c authored by Thomas Müller's avatar Thomas Müller
Browse files

Merge pull request #13043 from owncloud/check-for-hash

Check for hash
parents 27118632 222e4a07
No related branches found
No related tags found
No related merge requests found
...@@ -582,7 +582,8 @@ class OC_Util { ...@@ -582,7 +582,8 @@ class OC_Util {
'gd_info' => 'GD', 'gd_info' => 'GD',
'gzencode' => 'zlib', 'gzencode' => 'zlib',
'iconv' => 'iconv', 'iconv' => 'iconv',
'simplexml_load_string' => 'SimpleXML' 'simplexml_load_string' => 'SimpleXML',
'hash' => 'HASH Message Digest Framework'
), ),
'defined' => array( 'defined' => array(
'PDO::ATTR_DRIVER_NAME' => 'PDO' 'PDO::ATTR_DRIVER_NAME' => 'PDO'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment