Index: lams_bb_integration/web/admin/config.jsp
===================================================================
RCS file: /usr/local/cvsroot/lams_bb_integration/web/admin/config.jsp,v
diff -u -r1.4 -r1.5
--- lams_bb_integration/web/admin/config.jsp 26 Feb 2014 16:39:51 -0000 1.4
+++ lams_bb_integration/web/admin/config.jsp 3 Dec 2014 20:35:43 -0000 1.5
@@ -32,6 +32,7 @@
String lamsServerId = p.getProperty("LAMS_SERVER_ID", "");
String SecretKey = p.getProperty("LAMS_SERVER_SKEY", "");
String ReqSrc = p.getProperty("BB_REQ_SRC");
+ String lamsServerTimeRefreshInterval = p.getProperty("LAMS_SERVER_TIME_REFRESH_INTERVAL");
//Add port to the url if the port is in the blackboard url
int bbport = request.getServerPort();
@@ -67,7 +68,10 @@
For further information on how to configure these settings, see this tutorial.
+For further information on how to configure these settings, see this tutorial.