Skip to content

Commit 8531a28

Browse files
committed
.
1 parent 920aaaa commit 8531a28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/www/httpd/cgi-bin/set_configs.sh

-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ else
6666
fi
6767

6868
read -r POST_DATA
69-
POST_DATA="${POST_DATA//\\n/\\t}"
7069
# Validate json
7170
VALID=$(echo "$POST_DATA" | jq -e . >/dev/null 2>&1; echo $?)
7271
if [ "$VALID" != "0" ]; then

0 commit comments

Comments
 (0)