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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/frontend/pay.php b/src/frontend/pay.php
index 624be97e..5c7573db 100644
--- a/src/frontend/pay.php
+++ b/src/frontend/pay.php
@@ -99,7 +99,7 @@ else
/*$resp_page = "<html><title>GNU Taler payment</title>"
. "<body>Payment succeeded!</body></html>";*/
- echo "http://" + $_SERVER['SERVER_NAME'];
+ echo "http://" . $_SERVER['SERVER_NAME'] . "/fullfillment";
}
?>