%PDF- %PDF-
| Direktori : /www/klubovnaostrava/www/ |
| Current File : /www/klubovnaostrava/www/qr.php |
<?php
$amount = (int)$_GET['amount'];
$msg = strtoupper($_GET['slug']) . '-' . $_GET['code'];
$url = "https://api.paylibo.com/paylibo/generator/czech/image?compress=false&size=440&accountNumber=2201783469&bankCode=2010&amount=$amount¤cy=CZK&message=$msg";
header("Location: $url");