From b50897cb0fdf0d42d306b20b8e38f19f8e2832e3 Mon Sep 17 00:00:00 2001 From: jimmacfx Date: Tue, 14 Feb 2006 20:52:54 +0000 Subject: add sqlite hooks git-svn-id: https://forgesvn1.novell.com/svn/original/trunk@9 4fa712ea-3c06-0410-9261-c11b4c06c003 --- www/stats.php | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 www/stats.php (limited to 'www/stats.php') diff --git a/www/stats.php b/www/stats.php new file mode 100644 index 0000000..1a47ee7 --- /dev/null +++ b/www/stats.php @@ -0,0 +1,25 @@ +header("Photo Statistics"); + require("inc/header.inc.php"); + //recent views + print "

Recently Viewed

"; + //recently commented + print "

Recently Commented

"; + //most viewed + print "

Most Viewed

"; + //most discussed + print "

Most Discussed

"; +} else { + $page->error("No SQLite", "You need SQLite to use view statistics."); +} +$page->footer(); +?> -- cgit v1.2.3