Files
medicalalert-web-reloaded/wp/wp-content/plugins/iper-medical/encryption/encrypted-content.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
114 B
PHP

<?php
if(!class_exists("EncryptedContent")){
class EncryptedContent{
public $IV;
public $Data;
}
}
?>