diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-12-28 13:23:34 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@owncloud.com> | 2014-12-28 13:23:34 +0100 |
commit | 222e4a0762b4e2ea8cb5ddb57ac08b273220e631 (patch) | |
tree | def0f8541084d5e1350f493bfdc5b88dee42d12a /lib/private/util.php | |
parent | 0836ce9cd83aac7a6cd2a6396632f6ddd8b09f3a (diff) | |
download | nextcloud-server-222e4a0762b4e2ea8cb5ddb57ac08b273220e631.tar.gz nextcloud-server-222e4a0762b4e2ea8cb5ddb57ac08b273220e631.zip |
Check for hash
See https://github.com/owncloud/core/pull/13042
Diffstat (limited to 'lib/private/util.php')
-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 b97c0684629..efded38b1d0 100644 --- a/lib/private/util.php +++ b/lib/private/util.php @@ -580,7 +580,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' |