summaryrefslogtreecommitdiff
path: root/stats.php
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2005-06-28 07:45:57 +0000
committerChristian Fowler <spider@viovio.com>2005-06-28 07:45:57 +0000
commit2a22cfaa6531eef218290af4bc1feb6d18e5e6c7 (patch)
treee6ac91b28f5ebfd9b9d2fddf9e1afcbbdc59a21f /stats.php
parentdc3b78642ff1dce1c3e5e765d54aa059a6b5259f (diff)
downloadsearch-2a22cfaa6531eef218290af4bc1feb6d18e5e6c7.tar.gz
search-2a22cfaa6531eef218290af4bc1feb6d18e5e6c7.tar.bz2
search-2a22cfaa6531eef218290af4bc1feb6d18e5e6c7.zip
Merge recent changes from R1 into HEAD
Diffstat (limited to 'stats.php')
-rw-r--r--stats.php26
1 files changed, 18 insertions, 8 deletions
diff --git a/stats.php b/stats.php
index 10416fd..06d54f7 100644
--- a/stats.php
+++ b/stats.php
@@ -1,12 +1,22 @@
<?php
-
-// $Header: /cvsroot/bitweaver/_bit_search/stats.php,v 1.1 2005/06/19 05:04:25 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
+/**
+ * $Header: /cvsroot/bitweaver/_bit_search/stats.php,v 1.2 2005/06/28 07:45:57 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: stats.php,v 1.2 2005/06/28 07:45:57 spiderr Exp $
+ * @author Luis Argerich (lrargerich@yahoo.com)
+ * @package search
+ * @subpackage functions
+ */
+
+/**
+ * requires setup
+ */
require_once( '../bit_setup_inc.php' );
include_once( SEARCH_PKG_PATH.'searchstats_lib.php');