Code comment
This commit is contained in:
parent
0c11007e34
commit
46fe19bed5
@ -136,7 +136,7 @@ if (preg_match('/\.\./',$fullpath_original_file) || preg_match('/[<>|]/',$fullpa
|
|||||||
if ($modulepart == 'barcode')
|
if ($modulepart == 'barcode')
|
||||||
{
|
{
|
||||||
$generator=GETPOST("generator","alpha");
|
$generator=GETPOST("generator","alpha");
|
||||||
$code=GETPOST("code",'none');
|
$code=GETPOST("code",'none'); // This can be rich content (qrcode, datamatrix, ...)
|
||||||
$encoding=GETPOST("encoding","alpha");
|
$encoding=GETPOST("encoding","alpha");
|
||||||
$readable=GETPOST("readable",'alpha')?GETPOST("readable","alpha"):"Y";
|
$readable=GETPOST("readable",'alpha')?GETPOST("readable","alpha"):"Y";
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user