#! /bin/sh

printf "Content-Type: text/plain\r\n\r\n"

nums=$(echo $QUERY_STRING|sed -e 's/[^0-9,]//')
reply=$(server-request 4000 "UNLOCK-DEVICE ${nums}")
echo "$reply"
