Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
a4ec9f8b
Unverified
Commit
a4ec9f8b
authored
Oct 08, 2019
by
Bill Gertz
Committed by
GitHub
Oct 08, 2019
Browse files
Fixed weird spacing on line 180
Um, fixed.
parent
47c33d03
Changes
1
Hide whitespace changes
Inline
Side-by-side
dnsapi/dns_miab.sh
View file @
a4ec9f8b
...
@@ -180,7 +180,7 @@ _miab_post() {
...
@@ -180,7 +180,7 @@ _miab_post() {
if
[
"
$needbase64
"
]
;
then
if
[
"
$needbase64
"
]
;
then
if
[
"
$httpmethod
"
=
"POST"
]
;
then
if
[
"
$httpmethod
"
=
"POST"
]
;
then
if
[
"
$_postContentType
"
]
;
then
if
[
"
$_postContentType
"
]
;
then
response
=
"
$(
$_WGET
-S
-O
-
--user-agent
=
"
$USER_AGENT
"
--header
"
$_H5
"
--header
"
$_H4
"
--header
"
$_H3
"
--header
"
$_H2
"
--header
"
$_H1
"
--header
"Content-Type:
$_postContentType
"
--post-data
=
"
$body
"
"
$_post_url
"
2>
"
$HTTP_HEADER
"
| _base64
)
"
response
=
"
$(
$_WGET
-S
-O
-
--user-agent
=
"
$USER_AGENT
"
--header
"
$_H5
"
--header
"
$_H4
"
--header
"
$_H3
"
--header
"
$_H2
"
--header
"
$_H1
"
--header
"Content-Type:
$_postContentType
"
--post-data
=
"
$body
"
"
$_post_url
"
2>
"
$HTTP_HEADER
"
| _base64
)
"
else
else
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment