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:
10
gpg-keys.php
10
gpg-keys.php
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user