Commit 9d52396a787c651fd74a92cce7a276f9cd5fe12a
1 parent
e35eab64
123
Showing
1 changed file
with
1 additions
and
2 deletions
Show diff stats
www-arktika/list.php
| 1 | <?php | 1 | <?php |
| 2 | if(isset($_GET['promo'])){ | 2 | if(isset($_GET['promo'])){ |
| 3 | $code = $_GET['promo']; | 3 | $code = $_GET['promo']; |
| 4 | - echo $code; | ||
| 5 | - } | ||
| 6 | ?> | 4 | ?> |
| 7 | <html><head> | 5 | <html><head> |
| 8 | <meta charset="utf-8"> | 6 | <meta charset="utf-8"> |
| @@ -226,4 +224,5 @@ | @@ -226,4 +224,5 @@ | ||
| 226 | 224 | ||
| 227 | </body></html> | 225 | </body></html> |
| 228 | <?php | 226 | <?php |
| 227 | + } | ||
| 229 | ?> | 228 | ?> |
| 230 | \ No newline at end of file | 229 | \ No newline at end of file |