add campaign tracking plugin

This commit is contained in:
Tony Volpe
2024-09-17 10:50:03 -04:00
parent b7c8882c8c
commit 8dd84d12e6
21 changed files with 1252 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?php
if(!class_exists("EncryptedContent")){
class EncryptedContent{
public $IV;
public $Data;
}
}