From 19985dbb8c0aa66dc4bf7905abc1148de909097d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Tue, 11 Jan 2022 12:35:47 +0100 Subject: prvi-commit --- utils/gdpr_request.php | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 utils/gdpr_request.php (limited to 'utils/gdpr_request.php') diff --git a/utils/gdpr_request.php b/utils/gdpr_request.php new file mode 100644 index 0000000..fc036fe --- /dev/null +++ b/utils/gdpr_request.php @@ -0,0 +1,24 @@ + 'xxx.yy@gg.si', + 'srv-name' => 'Test ime', + 'srv-url' => 'http://1ka/a/75/xcxx?fsad=erwre', + 'gdpr-action' => '3', + 'gdpr-note' => 'blabalbalb asfasf', + 'gdpr-notice-me' => '1' + );*/ + + $gdpr = new GDPR(); + $gdpr->sendGDPRRequest($_POST); + +?> \ No newline at end of file -- cgit v1.2.3