summaryrefslogtreecommitdiffstats
path: root/frontend/simple/ajax.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/simple/ajax.php')
-rw-r--r--frontend/simple/ajax.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/frontend/simple/ajax.php b/frontend/simple/ajax.php
new file mode 100644
index 0000000..7873b3a
--- /dev/null
+++ b/frontend/simple/ajax.php
@@ -0,0 +1,19 @@
+<?php
+
+ include_once '../../admin/survey/definition.php';
+ include_once('../../function.php');
+ include_once('../../vendor/autoload.php');
+
+
+ // Poslana zahteva za izbris
+ if($_GET['a'] == 'gdpr_request_send'){
+
+ $status = array();
+ $status = $_POST['json'];
+
+ //var_dump($status);
+
+ GDPR::displayGDPRRequestForm($status);
+ }
+
+?> \ No newline at end of file