diff options
-rw-r--r-- | TODO.txt | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -2,7 +2,6 @@ | |||
2 | In [Startup] there is this - | 2 | In [Startup] there is this - |
3 | ; To run a script every few minutes, set the script filename here | 3 | ; To run a script every few minutes, set the script filename here |
4 | ; timer_Script = "filename" | 4 | ; timer_Script = "filename" |
5 | |||
6 | Could do things with that perhaps. | 5 | Could do things with that perhaps. |
7 | 6 | ||
8 | 7 | ||
@@ -11,11 +10,3 @@ In [Startup] there is this - | |||
11 | ; Enable JSON simulator data by setting a URI name (case sensitive) | 10 | ; Enable JSON simulator data by setting a URI name (case sensitive) |
12 | ; Stats_URI = "jsonSimStats" | 11 | ; Stats_URI = "jsonSimStats" |
13 | 12 | ||
14 | ; View region statistics via a web page | ||
15 | ; See http://opensimulator.org/wiki/FAQ#Region_Statistics_on_a_Web_Page | ||
16 | ; Use a web browser and type in the "Login URI" + "/SStats/" | ||
17 | ; For example- http://127.0.0.1:9000/SStats/ | ||
18 | [WebStats] | ||
19 | ; enabled=false | ||
20 | |||
21 | |||