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

Source for file config.inc

Documentation is available at config.inc

  1. <?php
  2.  
  3. // maximal page number to view
  4. $MAX_NP=1;
  5.  
  6. // maximum results per page
  7. $MAX_PS=1000;
  8.  
  9. // (optional) Enable autowild feature for url limits
  10. // 'yes' - default value, can be 'yes' or 'no'
  11. // $auto_wild='yes';
  12.  
  13. // (optional) Enable language content negotiation
  14. // 'no' - default value, can be 'yes' or 'no'
  15. // $lang_content_negotiation='no';
  16.  
  17. // (optional) Enable language url translation (file.en.ext -> file)
  18. // 'no' - default value, can be 'yes' or 'no'
  19. // $lang_url_translation='no';
  20.  
  21. ?>

Documentation generated on Thu, 12 Jun 2008 13:08:41 -0500 by phpDocumentor 1.4.1