1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

Basic stats almost done

git-svn-id: file:///svn/phpbb/trunk@735 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
James Atkinson
2001-07-23 18:59:03 +00:00
parent fb52fdddb9
commit 298ab8e715
3 changed files with 49 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
Current number of topics: <b>{NUMBER_OF_TOPICS}</b><br />
Current number of users: <b>{NUMBER_OF_USERS}</b><br />
<br />
Board started on: <b>{STARTDATE}</b><br />
Posts per day: <b>{POSTS_PER_DAY}</b><br />
Topics per day: <b>{TOPICS_PER_DAY}</b><br />
Users per day: <b>{USERS_PER_DAY}</b><br />