summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcello Stanisci <marcello.stanisci@inria.fr>2015-11-18 17:33:51 +0100
committerMarcello Stanisci <marcello.stanisci@inria.fr>2015-11-18 17:33:51 +0100
commitde326a3ac32aa371b416bea9f8c2963163cae0b3 (patch)
treef638daaf44d018056659c302083dfe60429fa555
parente142f344f8159c737425692f878e7ee1231477cd (diff)
downloadmerchant-de326a3ac32aa371b416bea9f8c2963163cae0b3.tar.gz
merchant-de326a3ac32aa371b416bea9f8c2963163cae0b3.tar.bz2
merchant-de326a3ac32aa371b416bea9f8c2963163cae0b3.zip
redirecting fullfillment page
-rw-r--r--src/frontend/pay.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/frontend/pay.php b/src/frontend/pay.php
index d13bb6d5..624be97e 100644
--- a/src/frontend/pay.php
+++ b/src/frontend/pay.php
@@ -94,12 +94,12 @@ else
{
/*$resp_page = "<html><title>GNU Taler payment</title>"
. "<body>Payment succeeded! Go to <a href=\"http://"
- . $_SERVER["SERVER_NAME"] . "\">our homepage</a></body></html>";
+ . $_SERVER["SERVER_NAME"] . "\">our homepage</a></body></html>";
header("Content-Type", "text/html");*/
- $resp_page = "<html><title>GNU Taler payment</title>"
- . "<body>Payment succeeded!</body></html>";
+ /*$resp_page = "<html><title>GNU Taler payment</title>"
+ . "<body>Payment succeeded!</body></html>";*/
- echo $resp_page;
+ echo "http://" + $_SERVER['SERVER_NAME'];
}
?>