mirror of
https://github.com/kcozens/OpenSimSearch.git
synced 2026-08-14 08:52:28 +00:00
Someone reported a problem with the module when SearchURL wasn't in quotes.
This commit is contained in:
@@ -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"
|
||||
;// //
|
||||
;///////////////////////////////////////////////////////////////////////////
|
||||
|
||||
|
||||
Reference in New Issue
Block a user