QR-Code with long URL - instead of short URL
Brahmachari opened this issue · comments
Brahmachari Markus commented
The returned QR-Code in the results shows the long URL ($url) instead of the short URL ($shorturl).
result.php, line 95:
$qrCode = QRcode::svg($url, $qrContainerId, $saveToFile, QR_ECLEVEL_L, $imageWidth);
(Hint: Using type "text" instead of "URL" one could integrate the "Custom Title" as well.)