ソースを参照

Minor - adding commented 'allow_lp_return_link' conf

see d942e8e92804ab4b7577cb5a7b143144ec605ed7
Julio Montoya 10 年 前
コミット
531e7e2c34
1 ファイル変更2 行追加0 行削除
  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';