From ea3f06b4899bc67a5dd3c7c8e0e3832d8ca6fba1 Mon Sep 17 00:00:00 2001 From: Kevin Cozens Date: Tue, 8 Jan 2019 16:38:38 -0500 Subject: [PATCH] Someone reported a problem with the module when SearchURL wasn't in quotes. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 7d7e5a7..ea893a2 100644 --- a/README +++ b/README @@ -117,7 +117,7 @@ Add the following lines to all OpenSim.ini files: ;// The SearchURL is important. It must be correct or search won't work. // ;// // ;// Change the URL to point to the query.php file on your own web server // - SearchURL = http://192.168.0.1/query.php + SearchURL = "http://192.168.0.1/query.php" ;// // ;///////////////////////////////////////////////////////////////////////////