changed git call from https to git readonly
[atutor.git] / mods / ecomm / response_user.php
1 <?php
2 $_user_location = 'users';
3 define('AT_INCLUDE_PATH', '../../include/');
4 require(AT_INCLUDE_PATH.'vitals.inc.php');
5 require('include/payments.lib.php');
6
7 mirapay_authenticate_user_response();
8
9 header('Location: index.php');
10 exit;
11 ?>