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()); ?>