Browse Source

Use _H1 according to Neilpang's comment

pull/1053/head
hiska 8 years ago
committed by GitHub
parent
commit
b44f109afa
  1. 4
      dnsapi/dns_dnsever.sh

4
dnsapi/dns_dnsever.sh

@ -75,8 +75,8 @@ dnsever_txt() {
return 1
fi
_H2="$(grep PHPSESSID "$HTTP_HEADER" | sed s/^Set-//)"
export _H2
_H1="$(grep PHPSESSID "$HTTP_HEADER" | sed s/^Set-//)"
export _H1
response=$(_post "" "https://kr.dnsever.com/start.html")
if [ $? != 0 ] || [ -z "$response" ]; then

Loading…
Cancel
Save