Need remove "=false" to qrencode.php line 286. return $enc->encodePNG($text, $outfile, $saveandprint=false);
return $enc->encodePNG($text, $outfile, $saveandprint);
Log in to post a comment.