diff options
Diffstat (limited to 'src/website/pay.php')
-rw-r--r-- | src/website/pay.php | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/src/website/pay.php b/src/website/pay.php deleted file mode 100644 index 7232c2d5..00000000 --- a/src/website/pay.php +++ /dev/null | |||
@@ -1,47 +0,0 @@ | |||
1 | <html> | ||
2 | <head> | ||
3 | <title>Fullfillment page</title> | ||
4 | </head> | ||
5 | <body> | ||
6 | |||
7 | |||
8 | <?php | ||
9 | |||
10 | /* | ||
11 | |||
12 | This file is part of TALER | ||
13 | Copyright (C) 2014, 2015 Christian Grothoff (and other contributing authors) | ||
14 | |||
15 | TALER is free software; you can redistribute it and/or modify it under the | ||
16 | terms of the GNU General Public License as published by the Free Software | ||
17 | Foundation; either version 3, or (at your option) any later version. | ||
18 | |||
19 | TALER is distributed in the hope that it will be useful, but WITHOUT ANY | ||
20 | WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR | ||
21 | A PARTICULAR PURPOSE. See the GNU General Public License for more details. | ||
22 | |||
23 | You should have received a copy of the GNU General Public License along with | ||
24 | TALER; see the file COPYING. If not, If not, see <http://www.gnu.org/licenses/> | ||
25 | |||
26 | */ | ||
27 | |||
28 | |||
29 | /* | ||
30 | // recover the session | ||
31 | session_start(); | ||
32 | if(!isset($_SESSION['contract'])){ | ||
33 | // http_response_code(404); | ||
34 | echo "Sorry.."; | ||
35 | } | ||
36 | else echo "Paid"; | ||
37 | |||
38 | session_destroy(); | ||
39 | |||
40 | |||
41 | */ | ||
42 | ?> | ||
43 | |||
44 | Payment successful, thanks! | ||
45 | |||
46 | </body> | ||
47 | </html> | ||