4 lines
77 B
PHP
4 lines
77 B
PHP
|
<?php
|
||
|
$pubkey = $this->get('pubkey');
|
||
|
out($pubkey->export()."\n", ESC_NONE);
|