Moving lines at the end of file -refs #7236

1.9.x
unknown 11 years ago
parent 606c84b544
commit 2907829886
  1. 4
      main/install/configuration.dist.php

@ -165,8 +165,6 @@ $_configuration['deny_delete_users'] = false;
$_configuration['system_version'] = '{NEW_VERSION}';
$_configuration['system_stable'] = NEW_VERSION_STABLE;
// Hide private courses from course catalog
//$_configuration['course_catalog_hide_private'] = false;
/**
* Settings to be included as settings_current in future versions
*/
@ -201,3 +199,5 @@ $_configuration['system_stable'] = NEW_VERSION_STABLE;
//$_configuration['hide_scorm_export_link'] = false;
// If true the copy link is blocked.
//$_configuration['hide_scorm_copy_link'] = false;
// Hide private courses from course catalog
//$_configuration['course_catalog_hide_private'] = false;
Loading…
Cancel
Save