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

4 lines
77 B
PHP

<?php
$pubkey = $this->get('pubkey');
out($pubkey->export()."\n", ESC_NONE);