diff options
author | onefang | 2019-08-25 07:55:23 +1000 |
---|---|---|
committer | onefang | 2019-08-25 07:55:23 +1000 |
commit | 9b6e5649b863ceeb21cce873735c8de4417fcf21 (patch) | |
tree | 3d4e80d772a06ce75120d91f62c12da8e5a2b6de /example/web | |
parent | typo-- (diff) | |
download | opensim-SC_OLD-9b6e5649b863ceeb21cce873735c8de4417fcf21.zip opensim-SC_OLD-9b6e5649b863ceeb21cce873735c8de4417fcf21.tar.gz opensim-SC_OLD-9b6e5649b863ceeb21cce873735c8de4417fcf21.tar.bz2 opensim-SC_OLD-9b6e5649b863ceeb21cce873735c8de4417fcf21.tar.xz |
Forgot to update this when I changed "month" -> "day30" for stats.
Diffstat (limited to 'example/web')
-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 cca795e..5171747 100644 --- a/example/web/loginpage.html +++ b/example/web/loginpage.html | |||
@@ -79,7 +79,7 @@ a:active {color: blue;} | |||
79 | <p>There are <!--#echo var="members" --> members of this grid.</p> | 79 | <p>There are <!--#echo var="members" --> members of this grid.</p> |
80 | <p>There are <!--#echo var="inworld" --> locals and <!--#echo var="hgers" --> hypergrid visitors in world.</p> | 80 | <p>There are <!--#echo var="inworld" --> locals and <!--#echo var="hgers" --> hypergrid visitors in world.</p> |
81 | <p>There are <!--#echo var="outworld" --> locals out on the hypergrid.</p> | 81 | <p>There are <!--#echo var="outworld" --> locals out on the hypergrid.</p> |
82 | <p>There have been <!--#echo var="month" --> locals and visitors on this grid in the last month.</p> | 82 | <p>There have been <!--#echo var="day30" --> locals and visitors on this grid in the last month.</p> |
83 | <p>There are <!--#echo var="sims" --> regions, though some might not be online right now.</p> | 83 | <p>There are <!--#echo var="sims" --> regions, though some might not be online right now.</p> |
84 | </div> | 84 | </div> |
85 | <div class="centre"> | 85 | <div class="centre"> |