removed mods directory from the ATutor codebase
[atutor.git] / mods / ecomm / response_user.php
diff --git a/mods/ecomm/response_user.php b/mods/ecomm/response_user.php
deleted file mode 100644 (file)
index 02c844b..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<?php
-$_user_location        = 'users';
-define('AT_INCLUDE_PATH', '../../include/');
-require(AT_INCLUDE_PATH.'vitals.inc.php');
-require('include/payments.lib.php');
-
-mirapay_authenticate_user_response();
-
-header('Location: index.php');
-exit;
-?>
\ No newline at end of file