config-dist.php 385 B

12345678910111213141516
  1. <?php
  2. namespace Shibboleth;
  3. /**
  4. * Example of a config.php file. Not used. Configuration must appear in
  5. * config.php.
  6. *
  7. * By default set up the aai configuration.
  8. *
  9. * @license see /license.txt
  10. * @author Laurent Opprecht <laurent@opprecht.info>, Nicolas Rod for the University of Geneva
  11. */
  12. require_once __DIR__.'/config/aai.class.php';
  13. Shibboleth::set_config(aai::config());