Changed links on index.html to point to /demo/demo1.jsp instead of /bigbluebutton/demo/demo1.jsp

This commit is contained in:
Fred Dixon 2011-07-14 10:10:44 -07:00
parent c3f8fcb922
commit 74693999b7
2 changed files with 12 additions and 3 deletions

View File

@ -1244,6 +1244,15 @@ check_state() {
fi
fi
PLAYBACK_IP=$(cat /usr/local/bigbluebutton/core/scripts/simple.yml | sed -n '/playback_host/{s/.*:[ ]*//;s/;//;p}')
if [ $PLAYBACK_IP != $IP ]; then
echo
echo "# The IP address ($PLAYBACK_IP) set for playback_host in"
echo "# /usr/local/bigbluebutton/core/scripts/simple.yml"
echo "# does not match the local IP address ($IP)."
echo
fi
exit 0
}
@ -1320,7 +1329,7 @@ if [ $CHECK ]; then
PLAYBACK_IP=$(cat /usr/local/bigbluebutton/core/scripts/simple.yml | sed -n '/playback_host/{s/.*:[ ]*//;s/;//;p}')
echo
echo "/usr/local/bigbluebutton/core/scripts/simple.yml (record and playback)"
echo " playback host: $NGINX_IP"
echo " playback host: $PLAYBACK_IP"
fi

View File

@ -59,7 +59,7 @@
<div id="join">
<h2>Join a Demo Meeting</h2>
<p/>&nbsp;<p/>
<FORM NAME="form1" METHOD="GET" onSubmit="return checkform(this);" action="/bigbluebutton/demo/demo1.jsp">
<FORM NAME="form1" METHOD="GET" onSubmit="return checkform(this);" action="/demo/demo1.jsp">
<p class="content">Enter your name:</p>
<input type="text" id="username" name="username" size="29" /><input type="submit" value="Join"/> <br />
@ -79,7 +79,7 @@
<h2>API Examples</h2>
<p class="content">See examples of how you can integrate BigBlueButton into your applications.</p>
<img src="images/arrow.png" width="15" height="17" border="0" />
<div style="margin-top:-17px; margin-left:20px;"><a href="/bigbluebutton/demo/demo1.jsp">View API Examples</a></div>
<div style="margin-top:-17px; margin-left:20px;"><a href="/demo/demo1.jsp">View API Examples</a></div>
</div>
</div>