Files
medicalalert-web-reloaded/wp/wp-content/plugins/iper-medical/encryption/message-content-signed.php
Tony Volpe 4eb982d7a8 Merged in feature/from-pantheon (pull request #16)
code from pantheon

* code from pantheon
2024-01-10 17:03:02 +00:00

8 lines
132 B
PHP

<?php
if(!class_exists("MessageContentSigned")){
class MessageContentSigned{
public $Content;
public $Signature;
}
}
?>