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

Refactor gpg key organization

This commit is contained in:
Sara Golemon
2021-04-20 02:59:49 +00:00
parent 9bc507afae
commit f3eb8f9c8a
3 changed files with 132 additions and 138 deletions

View File

@@ -14,15 +14,7 @@ site_header('GPG Keys');
verify these tags:
</p>
<?php foreach ($GPG_KEYS as $branch => $data): ?>
<h3 id="gpg-<?php echo $branch; ?>" class="content-header">PHP <?php echo $branch; ?></h3>
<div class="content-box">
<pre>
<?php echo $data; ?>
</pre>
</div>
<?php endforeach ?>
<?php gpg_key_show_keys(false /* activeOnly */); ?>
<h3 id="keyring" class="content-header">Keyring</h3>