Update viewimage.php
code may have rich content (qrcode, datamatrix,...)
This commit is contained in:
parent
009424cd67
commit
24be0b7305
@ -136,7 +136,7 @@ if (preg_match('/\.\./',$fullpath_original_file) || preg_match('/[<>|]/',$fullpa
|
||||
if ($modulepart == 'barcode')
|
||||
{
|
||||
$generator=GETPOST("generator","alpha");
|
||||
$code=GETPOST("code",'alpha');
|
||||
$code=GETPOST("code",'none');
|
||||
$encoding=GETPOST("encoding","alpha");
|
||||
$readable=GETPOST("readable",'alpha')?GETPOST("readable","alpha"):"Y";
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user