rebase from live enviornment
This commit is contained in:
8
wp/plugins/iper-medical/encryption/encrypted-content.php
Normal file
8
wp/plugins/iper-medical/encryption/encrypted-content.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
if(!class_exists("EncryptedContent")){
|
||||
class EncryptedContent{
|
||||
public $IV;
|
||||
public $Data;
|
||||
}
|
||||
}
|
||||
?>
|
||||
Reference in New Issue
Block a user