Files
medicalalert-web-reloaded/wp/plugins/iper-medical/encryption/encrypted-content.php
2024-01-09 22:14:20 -05:00

8 lines
114 B
PHP

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