diff options
author | onefang | 2019-08-06 01:21:31 +1000 |
---|---|---|
committer | onefang | 2019-08-06 01:21:31 +1000 |
commit | a29493e18e0224242a31434f88e7e884e8f251e0 (patch) | |
tree | 5df39f36fc33a2dd7ba85556965f9133ebde514f /example | |
parent | Typo-- (diff) | |
download | opensim-SC_OLD-a29493e18e0224242a31434f88e7e884e8f251e0.zip opensim-SC_OLD-a29493e18e0224242a31434f88e7e884e8f251e0.tar.gz opensim-SC_OLD-a29493e18e0224242a31434f88e7e884e8f251e0.tar.bz2 opensim-SC_OLD-a29493e18e0224242a31434f88e7e884e8f251e0.tar.xz |
Be more inclusive in the monthly online count.
Diffstat (limited to '')
-rw-r--r-- | example/web/loginpage.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/example/web/loginpage.html b/example/web/loginpage.html index 614c73d..a369e3c 100644 --- a/example/web/loginpage.html +++ b/example/web/loginpage.html | |||
@@ -73,7 +73,7 @@ a:active {color: blue;} | |||
73 | <p>There are <!--#echo var="members" --> members of this grid.</p> | 73 | <p>There are <!--#echo var="members" --> members of this grid.</p> |
74 | <p>There are <!--#echo var="inworld" --> locals and <!--#echo var="hgers" --> hypergrid visitors in world.</p> | 74 | <p>There are <!--#echo var="inworld" --> locals and <!--#echo var="hgers" --> hypergrid visitors in world.</p> |
75 | <p>There are <!--#echo var="outworld" --> locals out on the hypergrid.</p> | 75 | <p>There are <!--#echo var="outworld" --> locals out on the hypergrid.</p> |
76 | <p>There have been <!--#echo var="month" --> people on this grid in the last month.</p> | 76 | <p>There have been <!--#echo var="month" --> locals and visitors on this grid in the last month.</p> |
77 | <p>There are <!--#echo var="sims" --> regions, though some might not be online right now.</p> | 77 | <p>There are <!--#echo var="sims" --> regions, though some might not be online right now.</p> |
78 | </div> | 78 | </div> |
79 | <div class="centre"> | 79 | <div class="centre"> |