fixes ping bug in json cfg files

This commit is contained in:
Rafael.Timmerberg 2013-05-29 21:11:48 +02:00
commit 068fa82511
2 changed files with 7 additions and 3 deletions

View file

@ -199,6 +199,10 @@
"htmlcontent":
[
{ "url": "@host/test.php", "content": "<h1>Server up!</h1>" }
],
"ping":
[
{}
]
}
}