When I auto-upload a survey (self hosting), I click on the admin module link generated by Sawtooth Software and the following HTML script appears rather than directing me to the admin module itself ...
Is this a bug? I am using v9.2.0.
<!DOCTYPE html>
<html>
<head>
<!-- Sawtooth Software Web Interviewing System - Lighthouse Studio 9_2_0 -->
<!-- Copyright Sawtooth Software, Inc. 1998-2017 - www.sawtoothsoftware.com - USA - (801) 477-4700 -->
</head>
<body>
<form name="mainform" method="post" action="http://host.naturesurveyhub.com/s/seekcc/cgi-bin/admin.pl">
<input type="hidden" name="hid_studyname" value="seekcc">
<input type="hidden" name="hid_page" value="study_summary">
<input type="hidden" name="hid_javascript" value="1">
<input type="hidden" name="s" value="878571848067797131686769777275847108826785858981847031198367929085892021717069">
<script type="text/javascript">
<!--
document.mainform.submit();
//-->
</script>
</form>
</body>
</html>