mirror of
https://github.com/ACSPRI/queXS
synced 2024-04-02 12:12:16 +00:00
Make sure to get path of template right
HTaccess remove space that caused error
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
AuthType None
|
||||
Satisfy Any
|
||||
Order Deny, Allow
|
||||
Order Deny,Allow
|
||||
Allow from All
|
||||
|
||||
@@ -470,13 +470,15 @@ else
|
||||
$quexs_url = get_start_interview_url();
|
||||
$url = str_replace("{STARTINTERVIEWURL}", $quexs_url, $url);
|
||||
|
||||
|
||||
$end_url = $url;
|
||||
if ($interviewer)
|
||||
{
|
||||
$end_url = get_end_interview_url();
|
||||
}
|
||||
else
|
||||
{
|
||||
$url = get_end_interview_url($clienttoken);
|
||||
$end_url = get_end_interview_url($clienttoken);
|
||||
quexs_completed_by_respondent($surveyid,$clienttoken);
|
||||
}
|
||||
|
||||
|
||||
@@ -544,7 +544,7 @@ if ($interviewer)
|
||||
}
|
||||
else
|
||||
{
|
||||
$thistpl=quexs_get_template($clienttoken);
|
||||
$thistpl=sGetTemplatePath(quexs_get_template($clienttoken));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user