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