&&&&& UPLANET ZENCARD TYPE

This commit is contained in:
fred 2023-11-24 02:43:18 +01:00
parent 64c4d5af23
commit 814c8e4e7a
1 changed files with 1 additions and 1 deletions

View File

@ -376,7 +376,7 @@ if [[ ${QRCODE:0:5} == "~~~~~" ]]; then
fi fi
### THIS QRCODE IS EMAIL/PASS/PIN STYLE ### THIS QRCODE IS EMAIL/PASS/PIN STYLE
if [[ ${QRCODE:0:5} == "ẑẑẑẑẑ" ]]; then if [[ ${QRCODE:0:5} == "&&&&&" ]]; then
PASS=$(urldecode ${THIS}) PASS=$(urldecode ${THIS})
echo "ZENCARD UPlanet QRCODE : PIN=${PASS}" echo "ZENCARD UPlanet QRCODE : PIN=${PASS}"