1
0
forked from poc/pds

Added regex pattern for sticker reprint

This commit is contained in:
dhanabalan
2025-12-26 11:35:53 +05:30
parent 574e244e2f
commit 5dd212422c

View File

@@ -1403,7 +1403,7 @@ class StickerReprint extends Page implements HasForms
if (strpos($originalQR, '/') != false)
{
// Allowed endings
$allowed = ['/m', '/M', '/p', '/P'];
$allowed = ['/m', '/M', '/p', '/P', '/m|', '/M|', '/p|', '/P|'];
$foundValidEnding = false;