mirror of
https://github.com/php-gnupg/php-gnupg.git
synced 2026-02-05 13:51:34 +00:00
updated to match recent changes
This commit is contained in:
parent
05a9819d33
commit
f89504c92e
7 changed files with 66 additions and 61 deletions
|
|
@ -17,7 +17,7 @@ TmrOEDxc5AihrFREY+IYPp4=
|
|||
|
||||
$plaintext = false;
|
||||
|
||||
$info = $gnupg -> verify ($mailtext,$plaintext);
|
||||
$info = $gnupg -> verify ($mailtext,false,$plaintext);
|
||||
|
||||
print_r($info);
|
||||
echo "\n".$plaintext."\n";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue