Commit 8d7a4870 authored by Christophe B Billheimer's avatar Christophe B Billheimer
Browse files

change $@ -> $_domain

parent 622464ff
......@@ -248,7 +248,7 @@ _htmlget() {
# add extra headers to request
_authpost() {
_get_zone_id "$@"
_get_zone_id "$_domain"
csrf_header="$(echo "$One984HOSTING_CSRFTOKEN_COOKIE" | _egrep_o "=[^=][0-9a-zA-Z]*" | tr -d "=")"
export _H1="Cookie: $One984HOSTING_CSRFTOKEN_COOKIE;$One984HOSTING_SESSIONID_COOKIE"
export _H2="Referer: https://management.1984hosting.com/domains/$_zone_id"
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment