diff options
| author | Christopher Burger <burgerc@freeside.biz> | 2018-10-02 12:49:33 -0400 |
|---|---|---|
| committer | Christopher Burger <burgerc@freeside.biz> | 2018-10-03 07:40:08 -0400 |
| commit | bb930ebb29f1a000ef096de937dc69cd9d83615b (patch) | |
| tree | 7a3a3bb28081ee568dd93b59e26633f4ceb19ec4 /min_selfservice/payment.php | |
| parent | b9bbcb931c701704f1ab3075c6728c287501afad (diff) | |
Revert "RT# 39340 - Created minimal selfservice that only allows payments to be made, authorization is based on ip and mac address. This is not done yet need to write routine to get mac address from radius server based on ip address."
This reverts commit 7668262421ea253ffaf95e0233e037f2857f7071.
Diffstat (limited to 'min_selfservice/payment.php')
| -rw-r--r-- | min_selfservice/payment.php | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/min_selfservice/payment.php b/min_selfservice/payment.php deleted file mode 100644 index f93d08eeb..000000000 --- a/min_selfservice/payment.php +++ /dev/null @@ -1,14 +0,0 @@ -<? $title ='Make A Payment'; include('elements/header.php'); ?> -<? $current_menu = 'payment.php'; include('elements/menu.php'); ?> - -<? include('elements/error.php'); ?> - -<FONT SIZE="+1"> -<a href="payment_cc.php">Credit card payment</A><BR><BR> -<a href="payment_ach.php">Electronic check payment</A><BR><BR> -<a href="payment_paypal.php">PayPal payment</A><BR><BR> -<a href="payment_webpay.php">Webpay payment</A><BR><BR> -</FONT> - -<? include('elements/menu_footer.php'); ?> -<? include('elements/footer.php'); ?>
\ No newline at end of file |
