mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2024-11-09 15:08:21 +00:00
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:
parent
d7bea141d4
commit
df3a8945bd
@ -119,7 +119,7 @@ stringContain() { [ -z "${2##*$1*}" ] && [ -z "$1" -o -n "$2" ]; }
|
|||||||
|
|
||||||
test_area_access()
|
test_area_access()
|
||||||
{
|
{
|
||||||
echo "search: $1"
|
echo -ne "search: $1\r\n"
|
||||||
values=$(cat "$base_hack_ini" | grep "WEB_SERVER_OPTIONS" | cut -f2 -d= )
|
values=$(cat "$base_hack_ini" | grep "WEB_SERVER_OPTIONS" | cut -f2 -d= )
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user