From 9e0988fe1a998f361d44eb7f40062245a5f9ccb2 Mon Sep 17 00:00:00 2001 From: rich Date: Thu, 23 Sep 2004 09:48:45 +0000 Subject: [PATCH] Link to stats. --- conf/cocanwiki.conf | 3 ++- templates/page.html | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/cocanwiki.conf b/conf/cocanwiki.conf index 658aac2..80265f3 100644 --- a/conf/cocanwiki.conf +++ b/conf/cocanwiki.conf @@ -1,5 +1,5 @@ # Apache configuration for COCANWIKI. -# $Id: cocanwiki.conf,v 1.5 2004/09/20 15:34:36 rich Exp $ +# $Id: cocanwiki.conf,v 1.6 2004/09/23 09:48:45 rich Exp $ # Uncomment the following lines if necessary. You will probably need # to adjust the paths to reflect where cocanwiki is really installed. @@ -56,6 +56,7 @@ RewriteRule ^/_login$ /_bin/login_form.cmo [PT,L] RewriteRule ^/_logout$ /_bin/logout.cmo [PT,L,QSA] RewriteRule ^/_recent$ /_bin/recent.cmo [PT,L,QSA] RewriteRule ^/_sitemap$ /_bin/sitemap.cmo [PT,L,QSA] +RewriteRule ^/_stats$ /_bin/stats.cmo [PT,L,QSA] RewriteRule ^/_users$ /_bin/users.cmo [PT,L,QSA] # Image and file downloads. diff --git a/templates/page.html b/templates/page.html index af35198..0e43274 100644 --- a/templates/page.html +++ b/templates/page.html @@ -66,6 +66,7 @@
  • Largest pages
  • Images
  • Files
  • +
  • Stats
  • ::end:: ::if(can_manage_users)::
  • Users
  • -- 1.8.3.1