request.php 597 B

1234567891011121314151617181920
  1. <?php
  2. namespace Shibboleth;
  3. /**
  4. * Display the Request another status/additional rights. The request is emailed
  5. * to the shibboleth and platform administrators for processing.
  6. *
  7. * Users such as staff that can be either student or teachers are presented with
  8. * this page upon first login.
  9. *
  10. * Other users - teachers, students - are directly logged-in.
  11. *
  12. * @license see /license.txt
  13. * @author Laurent Opprecht <laurent@opprecht.info>, Nicolas Rod for the University of Geneva
  14. */
  15. $dir = __DIR__;
  16. include_once "$dir/../../init.php";
  17. ShibbolethController::instance()->request_status();