WP File Manager
Current Path:
/
home
/
argothem
/
www
/
organecyberpresse
/
plugins
/
auto
/
qrcode
/
v2.0.0
/
Name
Action
..
CHANGELOG.md
Edit
formulaires
install.log
Edit
lang
lib
modeles
paquet.xml
Edit
prive
qrcode.html
Edit
qrcode_fonctions.php
Edit
qrcode_pipelines.php
Edit
Editing: qrcode.html
#HTTP_HEADER{Content-type: image/png} #CACHE{0}<?php $errorCorrectionLevel = 'L' ; if (isset($_REQUEST['level']) && in_array($_REQUEST['level'], array('L','M','Q','H'))) $errorCorrectionLevel = $_REQUEST['level']; $matrixPointSize = 4; if (isset($_REQUEST['size'])) $matrixPointSize = min(max((int)$_REQUEST['size'], 1), 10); $data = 'https://www.spip.net' ; if (isset($_GET['data'])) $data = $_GET['data'] ; $filename = qrcode_getpng($data, $matrixPointSize, $errorCorrectionLevel) ; readfile($filename) ; ?>