forked from Business/AccountHub
Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
0aa36ac100 |
@ -35,7 +35,7 @@ if (!empty($_GET['delsynccode'])) {
|
|||||||
$qrCode = new QrCode($codeuri);
|
$qrCode = new QrCode($codeuri);
|
||||||
$qrCode->setWriterByName('svg');
|
$qrCode->setWriterByName('svg');
|
||||||
$qrCode->setSize(550);
|
$qrCode->setSize(550);
|
||||||
$qrCode->setErrorCorrectionLevel(ErrorCorrectionLevel::HIGH);
|
$qrCode->setErrorCorrectionLevel(ErrorCorrectionLevel::HIGH());
|
||||||
$qrcode = $qrCode->writeDataUri();
|
$qrcode = $qrCode->writeDataUri();
|
||||||
$chunk_code = trim(chunk_split($code, 5, ' '));
|
$chunk_code = trim(chunk_split($code, 5, ' '));
|
||||||
$lang_done = $Strings->get("done adding sync code", false);
|
$lang_done = $Strings->get("done adding sync code", false);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user