summaryrefslogtreecommitdiffstats
path: root/frontend/api/login_AAI.php
blob: 2cb7da0cba78c4ff5920328ee9a534a170fb55cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<?php

	require_once ('../../settings.php');	
	require_once ('../../function.php');   
	include_once '../../vendor/autoload.php';
	
	/*require_once ('../../function/ProfileClass.php');
	$profil = new Profile();
	$profil->eduroamAnotherServerLogin();*/
	
	$login = new ApiLogin();
	$login->executeAction($params=array('action'=>'login_AAI'), $data=array());

?>