diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-12-28 14:12:57 +0100 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-12-28 14:12:57 +0100 |
commit | aec79b0c0ec7a6520a99261ed426d7ac621d2d2e (patch) | |
tree | 5fc8b631e178617a954fc65bc3471edc4aa217a8 /lib | |
parent | 2711863220e452a4132766cbd1836cb453e0616b (diff) | |
parent | 222e4a0762b4e2ea8cb5ddb57ac08b273220e631 (diff) | |
download | nextcloud-server-aec79b0c0ec7a6520a99261ed426d7ac621d2d2e.tar.gz nextcloud-server-aec79b0c0ec7a6520a99261ed426d7ac621d2d2e.zip |
Merge pull request #13043 from owncloud/check-for-hash
Check for hash
Diffstat (limited to 'lib')
-rw-r--r-- | lib/private/util.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/private/util.php b/lib/private/util.php index 947b6471ea8..53c9fbfd56b 100644 --- a/lib/private/util.php +++ b/lib/private/util.php @@ -582,7 +582,8 @@ class OC_Util { 'gd_info' => 'GD', 'gzencode' => 'zlib', 'iconv' => 'iconv', - 'simplexml_load_string' => 'SimpleXML' + 'simplexml_load_string' => 'SimpleXML', + 'hash' => 'HASH Message Digest Framework' ), 'defined' => array( 'PDO::ATTR_DRIVER_NAME' => 'PDO' |