/?montant=0&type=&dice=1

This commit is contained in:
fred 2023-04-19 04:24:23 +02:00
parent 7f62642fc7
commit 893b022755
1 changed files with 1 additions and 1 deletions

View File

@ -256,7 +256,7 @@ function countdown() {
MONTANT=$(urldecode ${arr[1]} | xargs); STYLE=$(urldecode ${arr[3]} | xargs); XPARM=$(urldecode ${arr[5]} | xargs);
echo "DECODED : $ONE=$MONTANT & $TWO=$STYLE & $X=$XPARM"
[[ $STYLE == "dice" ]] && STYLE=""
[[ $STYLE == "dice" ]] && STYLE="" && XPARM=$X ## /?montant=0&type=&dice=1
#####################################################################
echo ${MY_PATH}/${ME} '"'$MONTANT'"' '"'$STYLE'"' '"'$XPARM'"'