website fix
This commit is contained in:
parent
e14794bc59
commit
309d08497b
58 changed files with 1690 additions and 363 deletions
4
_website/payments/return.php
Normal file
4
_website/payments/return.php
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
<?php
|
||||
// Compatibility wrapper for /payments/return.php
|
||||
header('Location: /_website/return.php' . (isset($_SERVER['QUERY_STRING']) && $_SERVER['QUERY_STRING'] ? '?' . $_SERVER['QUERY_STRING'] : ''));
|
||||
exit;
|
||||
Loading…
Add table
Add a link
Reference in a new issue