summaryrefslogtreecommitdiffstats
path: root/main/survey/embed_out.php
diff options
context:
space:
mode:
Diffstat (limited to 'main/survey/embed_out.php')
-rw-r--r--main/survey/embed_out.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/main/survey/embed_out.php b/main/survey/embed_out.php
new file mode 100644
index 0000000..c8bbe2f
--- /dev/null
+++ b/main/survey/embed_out.php
@@ -0,0 +1,9 @@
+<?php
+
+include_once('../../function.php');
+$anketa = $_GET['anketa'];
+$grupa = $_GET['grupa'];
+
+echo 'URI = '.$site_url.'main/survey/index.php?anketa='.$anketa.'&grupa='.$grupa;
+
+?> \ No newline at end of file