Someone reported a problem with the module when SearchURL wasn't in quotes.

This commit is contained in:
Kevin Cozens
2019-01-08 16:38:38 -05:00
parent 69e69cf928
commit ea3f06b489
+1 -1
View File
@@ -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"
;// //
;///////////////////////////////////////////////////////////////////////////