add_course.conf.dist.php 410 B

123456789101112131415
  1. <?php
  2. /**
  3. * This file holds the configuration constants and variables
  4. * for the add course tool.
  5. *
  6. * @package chamilo.configuration
  7. */
  8. $firstExpirationDelay = 31536000; // <- 86400*365 // 60*60*24 = 1 jour = 86400
  9. //$defaultVisibilityForANewCourse = 2; //Variable is no longer used. Use the platform setting: courses_default_creation_visibility
  10. $prefixAntiNumber = 'z';
  11. $DEBUG = false;
  12. ?>