summaryrefslogtreecommitdiffstats
path: root/frontend/api/login_AAI.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/api/login_AAI.php')
-rw-r--r--frontend/api/login_AAI.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/frontend/api/login_AAI.php b/frontend/api/login_AAI.php
new file mode 100644
index 0000000..2cb7da0
--- /dev/null
+++ b/frontend/api/login_AAI.php
@@ -0,0 +1,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());
+
+?> \ No newline at end of file