|
@@ -3,7 +3,7 @@
|
|
|
// File generated by /install/index.php script - {DATE_GENERATED}
|
|
|
/* For licensing terms, see /license.txt */
|
|
|
/**
|
|
|
- * Virtual campus configuration
|
|
|
+ * Campus configuration
|
|
|
*
|
|
|
* This file contains a list of variables that can be modified by the campus
|
|
|
* site's server administrator. Pay attention when changing these variables,
|
|
@@ -81,7 +81,6 @@ $_configuration['course_folder'] = "courses/";
|
|
|
$_configuration['db_admin_path'] = '';
|
|
|
|
|
|
/**
|
|
|
- *
|
|
|
* Login modules settings
|
|
|
*/
|
|
|
// CAS IMPLEMENTATION
|
|
@@ -195,4 +194,6 @@ $_configuration['system_stable'] = NEW_VERSION_STABLE;
|
|
|
// Allow course tutors in sessions to add existing students to their session
|
|
|
//$_configuration['allow_tutors_to_assign_students_to_session'] = 'false';
|
|
|
// Allow select the return link in the LP view
|
|
|
-//$_configuration['allow_lp_return_link'] = 'false';
|
|
|
+//$_configuration['allow_lp_return_link'] = false;
|
|
|
+// If true the export link is blocked.
|
|
|
+//$_configuration['hide_scorm_export_link'] = false;
|