Minor - updating description.

1.9.x
Julio Montoya 11 years ago
parent a968cbf5fd
commit 2171696543
  1. 5
      main/install/configuration.dist.php

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

Loading…
Cancel
Save