add_course.conf.dist.php 265 B

12345678910111213
  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. $prefixAntiNumber = 'z';
  10. $DEBUG = false;