dokeos-configuration
[ class tree: dokeos-configuration ] [ index: dokeos-configuration ] [ all elements ]

Source for file add_course.conf.dist.php

Documentation is available at add_course.conf.dist.php

  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. ?>

Documentation generated on Thu, 12 Jun 2008 08:18:33 -0500 by phpDocumentor 1.4.1