#/bin/sh
test -z `pidof python` || killall python > /dev/null 2>&1
iptables -D INPUT -i wlan0 -p tcp --dport www -j ACCEPT
