add_course.conf.dist.php 453 B

1234567891011121314
  1. <?php
  2. /**
  3. ==============================================================================
  4. * This file holds the configuration constants and variables
  5. * for the add course tool.
  6. *
  7. * @package dokeos.configuration
  8. ==============================================================================
  9. */
  10. $firstExpirationDelay = 31536000; // <- 86400*365 // 60*60*24 = 1 jour = 86400
  11. $defaultVisibilityForANewCourse = 2;
  12. $prefixAntiNumber ="z";
  13. $DEBUG=FALSE;
  14. ?>