Source for file conf.inc

Documentation is available at conf.inc

  1. <?php
  2. /**
  3. * Main configuration file
  4. *
  5. * PHP version 5
  6. *
  7. * LICENSE: This source file is subject to LGPL license
  8. * that is available through the world-wide-web at the following URI:
  9. * http://www.gnu.org/copyleft/lesser.html
  10. *
  11. @author       Antonio Alcorn
  12. @author       Eli Fox-Epstein
  13. @author        Dimitar Gochev
  14. @author        James Jackson
  15. @copyright    Trinity Humanitarian-FOSS Project - http://www.cs.trincoll.edu/hfoss
  16. @package      sahana
  17. @subpackage   vcs
  18. @license      http://www.gnu.org/copyleft/lesser.html GNU Lesser General
  19. *  Public License (LGPL)
  20. */
  21.  
  22.     /**
  23.      * Set the name of the module as well as its order in the menu
  24.      */
  25.  
  26.     $conf['mod_vcs_name'_("Credentialing");
  27.     $conf['mod_vcs_menuorder'0;
  28. ?>

Documentation generated on Fri, 18 Jul 2008 11:07:41 -0400 by phpDocumentor 1.4.1