summaryrefslogtreecommitdiff
path: root/src/frontend/pay.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/frontend/pay.php')
-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'];
}
?>