summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2005-06-28 07:45:59 +0000
committerChristian Fowler <spider@viovio.com>2005-06-28 07:45:59 +0000
commit82da5ffb461ffc9556b7432f099a36f7603240b7 (patch)
tree4b8f1b952b1f981473fd82c018a40f066a392383 /index.php
parent46f830dad39e14252870dac7955f2b5d106dee64 (diff)
downloadstats-82da5ffb461ffc9556b7432f099a36f7603240b7.tar.gz
stats-82da5ffb461ffc9556b7432f099a36f7603240b7.tar.bz2
stats-82da5ffb461ffc9556b7432f099a36f7603240b7.zip
Merge recent changes from R1 into HEAD
Diffstat (limited to 'index.php')
-rw-r--r--index.php23
1 files changed, 16 insertions, 7 deletions
diff --git a/index.php b/index.php
index 456f273..5056f37 100644
--- a/index.php
+++ b/index.php
@@ -1,12 +1,21 @@
<?php
+/**
+ * $Header: /cvsroot/bitweaver/_bit_stats/index.php,v 1.2 2005/06/28 07:45:58 spiderr Exp $
+ *
+ * Copyright (c) 2004 bitweaver.org
+ * Copyright (c) 2003 tikwiki.org
+ * Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
+ * All Rights Reserved. See copyright.txt for details and a complete list of authors.
+ * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details
+ *
+ * $Id: index.php,v 1.2 2005/06/28 07:45:58 spiderr Exp $
+ * @package stats
+ * @subpackage functions
+ */
-// $Header: /cvsroot/bitweaver/_bit_stats/index.php,v 1.1 2005/06/19 05:05:49 bitweaver Exp $
-
-// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
-// All Rights Reserved. See copyright.txt for details and a complete list of authors.
-// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See license.txt for details.
-
-// Initialization
+/**
+ * required setup
+ */
require_once( '../bit_setup_inc.php' );
include_once( STATS_PKG_PATH.'stats_lib.php' );