Added quotes around ProfileURL.

This commit is contained in:
Kevin Cozens
2019-01-08 16:39:58 -05:00
parent 63947093a4
commit 223684484a
+1 -1
View File
@@ -93,7 +93,7 @@ Add the following lines to all OpenSim.ini files:
;// The ProfileURL is important. It must be correct or profiles won't work.//
;// //
;// Change the URL to point to the profile.php file on your own web server //
ProfileURL = http://192.168.0.1/profile.php
ProfileURL = "http://192.168.0.1/profile.php"
;// //
;////////////////////////////////////////////////////////////////////////////