liam-linux-account-manager/templates/entity_pubkeys_txt.php
2021-11-16 15:11:32 +01:00

5 lines
92 B
PHP

<?php
foreach($this->get('pubkeys') as $pubkey) {
out($pubkey->export()."\n", ESC_NONE);
}