tomslominski / infinity-squared

∞² is a public page theme for YOURLS (yourls.org).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

QR-Code with long URL - instead of short URL

Brahmachari opened this issue · comments

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.)