Browse Source

Removed testing var

pull/411/merge^2
hyper 8 years ago
parent
commit
81a902d0f0
  1. 1
      dnsapi/dns_ispconfig.sh

1
dnsapi/dns_ispconfig.sh

@ -132,7 +132,6 @@ _ISPC_addTxt() {
_ISPC_rmTxt() {
# Need to get the record ID.
primary="\"primary_id\":{\"name\":\"${fulldomain}.\",\"type\":\"TXT\"}"
curData="{\"session_id\":\"${sessionID}\",\"primary_id\":{\"name\":\"${fulldomain}.\",\"type\":\"TXT\"}}"
curResult="$(_post "${curData}" "${ISPC_Api}?dns_txt_get")"
if _contains "${curResult}" '"code":"ok"'; then

Loading…
Cancel
Save