Merge pull request #9325 from frederic34/patch-12
Fix allow barcode with special char
This commit is contained in:
commit
275b9a9960
@ -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