diff options
Diffstat (limited to 'main/survey/embed_out.php')
-rw-r--r-- | main/survey/embed_out.php | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/main/survey/embed_out.php b/main/survey/embed_out.php index c8bbe2f..d00de87 100644 --- a/main/survey/embed_out.php +++ b/main/survey/embed_out.php @@ -1,9 +1,10 @@ <?php
include_once('../../function.php');
-$anketa = $_GET['anketa'];
+
+$anketa_hash = $_GET['anketa'];
$grupa = $_GET['grupa'];
-echo 'URI = '.$site_url.'main/survey/index.php?anketa='.$anketa.'&grupa='.$grupa;
+echo 'URI = '.$site_url.'main/survey/index.php?anketa='.$anketa_hash.'&grupa='.$grupa;
?>
\ No newline at end of file |