Adhere header to http/1.1 specification (#542)

This function is imported and ran inside jpeg.cgi and causes errors with scrypted
This commit is contained in:
Garulf 2023-07-11 22:20:57 -04:00 committed by GitHub
parent d7bea141d4
commit df3a8945bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,7 +119,7 @@ stringContain() { [ -z "${2##*$1*}" ] && [ -z "$1" -o -n "$2" ]; }
test_area_access()
{
echo "search: $1"
echo -ne "search: $1\r\n"
values=$(cat "$base_hack_ini" | grep "WEB_SERVER_OPTIONS" | cut -f2 -d= )