Browse Source

Minor - adding commented 'allow_lp_return_link' conf

see d942e8e92804ab4b7577cb5a7b143144ec605ed7
Julio Montoya 10 years ago
parent
commit
531e7e2c34
1 changed files with 2 additions and 0 deletions
  1. 2 0
      main/install/configuration.dist.php

+ 2 - 0
main/install/configuration.dist.php

@@ -194,3 +194,5 @@ $_configuration['system_stable']     = NEW_VERSION_STABLE;
 //$_configuration['save_user_last_login'] = true;
 // 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';