aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfilip <filip.komar@gmail.com>2021-02-20 22:10:07 +0100
committerfilip <filip.komar@gmail.com>2021-02-20 22:10:07 +0100
commit3f1cad88528f71d85f8d41b4cb53593f86763ee9 (patch)
tree691e7259fefef57ca2bd0badad8072944f20367e
parent03fcfc2bb062622d8e75ef5017834280bf129abd (diff)
downloadwww-3f1cad88528f71d85f8d41b4cb53593f86763ee9.tar
www-3f1cad88528f71d85f8d41b4cb53593f86763ee9.tar.gz
www-3f1cad88528f71d85f8d41b4cb53593f86763ee9.tar.bz2
www-3f1cad88528f71d85f8d41b4cb53593f86763ee9.tar.xz
www-3f1cad88528f71d85f8d41b4cb53593f86763ee9.zip
added sha3 verify method
-rw-r--r--en/downloads/get/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/en/downloads/get/index.php b/en/downloads/get/index.php
index 846cb5f32..58c74ae0d 100644
--- a/en/downloads/get/index.php
+++ b/en/downloads/get/index.php
@@ -253,7 +253,7 @@ if(isset($product['obsolete'])) {
<div class="dlinfo">
<p><?php echo $dl2_mirror_alt; ?></p>
<?php
-$checksums = array('md5', 'sha1', 'sha512');
+$checksums = array('md5', 'sha1', 'sha512', 'sha3');
$sum_links = array();
$chksm_cmd = '';
$sig_links = array();