fixed a trailing comma

master
Jan Danielzick 2020-02-17 02:07:16 +01:00
parent dcefecd96e
commit 5d2c116857
1 changed files with 1 additions and 1 deletions

View File

@ -13,5 +13,5 @@ This repository will be automagically pulled by the web server each time somethi
## Some server variables that might turn out to be useful: ## Some server variables that might turn out to be useful:
{ {
"HTTP_USER_AGENT":"Mozilla\/5.0 (X11; Ubuntu; Linux x86_64; rv:73.0) Gecko\/20100101 Firefox\/73.0", "HTTP_USER_AGENT":"Mozilla\/5.0 (X11; Ubuntu; Linux x86_64; rv:73.0) Gecko\/20100101 Firefox\/73.0",
"REMOTE_ADDR":"10.1.1.3", "REMOTE_ADDR":"10.1.1.3"
} }