Index: lams_bb_integration/web/admin/config.jsp
===================================================================
diff -u -rd5ace692072f723b99b2c5417cc7e610bff171c7 -ra668b7125637ce2cdaef509dac3616c4b1f2139e
--- lams_bb_integration/web/admin/config.jsp (.../config.jsp) (revision d5ace692072f723b99b2c5417cc7e610bff171c7)
+++ lams_bb_integration/web/admin/config.jsp (.../config.jsp) (revision a668b7125637ce2cdaef509dac3616c4b1f2139e)
@@ -34,8 +34,6 @@
String ReqSrc = p.getProperty("BB_REQ_SRC");
String lamsServerTimeRefreshInterval = p.getProperty("LAMS_SERVER_TIME_REFRESH_INTERVAL");
String lamsAltServerUrl = p.getProperty("LAMS_ALT_SERVER_URL", "https://");
- //*NTU* added for i-NTULearn project
- String idpServer = p.getProperty("IDP_SERVER", "");
//Add port to the url if the port is in the blackboard url
int bbport = request.getServerPort();
@@ -77,10 +75,6 @@
For further information on how to configure these settings, see this tutorial.