1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

add download link for the public keyring

This commit is contained in:
Remi Collet
2019-07-30 15:05:39 +02:00
parent ebadb392e2
commit 3fdaf37544

View File

@@ -24,5 +24,10 @@ site_header('GPG Keys');
</div>
<?php endforeach ?>
<p>
You can download the keyring with all Release Manager public keys:
<?php download_link('php-keyring.gpg', 'php-keyring.gpg'); ?>
</p>
<?php
site_footer();