* Adds configurable OGP Name prefix and suffix. See OpenSim.ini.example at the bottom for details. Defaults to an empty string for prefix and '_EXTERNAL' for suffix

This commit is contained in:
Teravus Ovares
2008-09-05 16:54:31 +00:00
parent 0fc618e7b2
commit f5c82186c1
2 changed files with 11 additions and 0 deletions

View File

@@ -715,3 +715,7 @@ password = http://127.0.0.1/password
[OpenGridProtocol]
;On/true or Off/false
ogp_enabled=false
;Name Prefix/suffix when using OGP
ogp_firstname_prefix=""
ogp_lastname_suffix="_EXTERNAL"