summaryrefslogtreecommitdiffstats
path: root/frontend/api/login_AAI.php
blob: 4268af0cfb27bc5d728d74a137204d52c9bb8791 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<?php

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

?>