diff options
| author | Christian Fowler <spider@viovio.com> | 2005-06-28 07:45:57 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2005-06-28 07:45:57 +0000 |
| commit | 2a22cfaa6531eef218290af4bc1feb6d18e5e6c7 (patch) | |
| tree | e6ac91b28f5ebfd9b9d2fddf9e1afcbbdc59a21f /stats.php | |
| parent | dc3b78642ff1dce1c3e5e765d54aa059a6b5259f (diff) | |
| download | search-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.php | 26 |
1 files changed, 18 insertions, 8 deletions
@@ -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'); |
