diff --git a/index.php b/index.php index 547854c..312e711 100755 --- a/index.php +++ b/index.php @@ -256,7 +256,7 @@ if (badQuery()) { require "phpqrcode.php"; $cheminImage = "temp/" . generateRandomString($fileNameLenght) . ".png"; - QRcode::png($_GET['txt'], $cheminImage, $_GET['redondancy'], $_GET['size'], $_GET['margin'], false, hexdec($_GET['bgColor']), hexdec($_GET['mainColor'])); + QRcode::png($_GET['txt'], $cheminImage, $_GET['redondancy'], $_GET['size'], $_GET['margin'], false, hexdec(substr($_GET['bgColor'], -6)), hexdec(substr($_GET['mainColor'], -6))); ?>