Add a statistics page that displays the number of users, active users, comments and applications.

This commit is contained in:
Chris Morgan
2004-12-01 22:26:50 +00:00
committed by Jeremy Newman
parent 3b09de0902
commit 8ccc06ba4b
4 changed files with 50 additions and 5 deletions

View File

@@ -20,6 +20,7 @@ function global_sidebar_menu() {
$g->add("Submit App", $apidb_root."appsubmit.php");
$g->add("Documentation", $apidb_root."help/");
$g->add("Help & Support", $apidb_root."support.php");
$g->add("Appdb Stats", $apidb_root."appdbStats.php");
$g->done();
$g = new htmlmenu("Search");