diff options
Diffstat (limited to 'en/downloads')
-rw-r--r-- | en/downloads/get/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/en/downloads/get/index.php b/en/downloads/get/index.php index 58c74ae0d..846cb5f32 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', 'sha3'); +$checksums = array('md5', 'sha1', 'sha512'); $sum_links = array(); $chksm_cmd = ''; $sig_links = array(); |