Обновить printlib.php

This commit is contained in:
artemuhi 2024-04-28 22:08:40 +03:00
parent 2cd1a94955
commit 3664ed3328

View File

@ -106,7 +106,7 @@ function rawdlen($data) {
}
return $l . $h;
}
function printqr($data, $size = 16) {
function printqr($data, $size = 8) {
if (strlen($data)<7088) {
if ($size<16) {
$encs=hex2bin("0" . dechex($size));