You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							18 lines
						
					
					
						
							585 B
						
					
					
				
			
		
		
	
	
							18 lines
						
					
					
						
							585 B
						
					
					
				<?php
 | 
						|
 | 
						|
/**
 | 
						|
 * Display the Request another status/additional rights. The request is emailed
 | 
						|
 * to the shibboleth and platform administrators for processing.
 | 
						|
 * 
 | 
						|
 * Users such as staff that can be either student or teachers are presented with
 | 
						|
 * this page upon first login. 
 | 
						|
 * 
 | 
						|
 * Other users - teachers, students - are directly logged-in.
 | 
						|
 * 
 | 
						|
 * @license see /license.txt
 | 
						|
 * @author Laurent Opprecht <laurent@opprecht.info>, Nicolas Rod for the University of Geneva
 | 
						|
 */
 | 
						|
$dir = dirname(__FILE__);
 | 
						|
include_once("$dir/../../init.php");
 | 
						|
 | 
						|
ShibbolethController::instance()->request_status(); |