diff options
Diffstat (limited to 'stats.php')
| -rw-r--r-- | stats.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_search/stats.php,v 1.10 2009/10/01 14:17:04 wjames5 Exp $ + * $Header: /cvsroot/bitweaver/_bit_search/stats.php,v 1.11 2010/02/08 21:27:25 wjames5 Exp $ * * Copyright (c) 2004 bitweaver.org * Copyright (c) 2003 tikwiki.org @@ -8,7 +8,7 @@ * All Rights Reserved. See below for details and a complete list of authors. * Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details * - * $Id: stats.php,v 1.10 2009/10/01 14:17:04 wjames5 Exp $ + * $Id: stats.php,v 1.11 2010/02/08 21:27:25 wjames5 Exp $ * @author Luis Argerich (lrargerich@yahoo.com) * @package search * @subpackage functions @@ -17,7 +17,7 @@ /** * requires setup */ -require_once( '../bit_setup_inc.php' ); +require_once( '../kernel/setup_inc.php' ); include_once( SEARCH_PKG_PATH.'searchstats_lib.php'); |
