index : archweb32 | |
Archlinux32 website | gitolite user |
summaryrefslogtreecommitdiff |
-rw-r--r-- | keys.php | 1 |
@@ -17,6 +17,7 @@ if (!array_key_exists('k', $_GET)) { if (preg_match('/^[0-9A-Fa-f]{16,40}$/', $_GET['k']) !== 1) die(); +header('Content-Type: text/plain'); $output = shell_exec('gpg -a --export ' . $_GET['k']); print $output; |