diff options
| -rw-r--r-- | cmd_line_reindex.php | 2 | ||||
| -rw-r--r-- | directory_search.php | 6 | ||||
| -rw-r--r-- | index.php | 4 | ||||
| -rw-r--r-- | stats.php | 6 |
4 files changed, 9 insertions, 9 deletions
diff --git a/cmd_line_reindex.php b/cmd_line_reindex.php index e69d221..2f3200b 100644 --- a/cmd_line_reindex.php +++ b/cmd_line_reindex.php @@ -45,7 +45,7 @@ $_SERVER['SCRIPT_URL'] = 'batch'; $_SERVER['SERVER_SOFTWARE'] = 'batch'; $HTTP_SERVER_VARS['HTTP_USER_AGENT'] = 'batch'; -require_once( '../bit_setup_inc.php' ); +require_once( '../kernel/setup_inc.php' ); require_once( LIBERTY_PKG_PATH.'LibertyBase.php'); require_once( SEARCH_PKG_PATH.'refresh_functions.php'); diff --git a/directory_search.php b/directory_search.php index 7cca04a..07993e9 100644 --- a/directory_search.php +++ b/directory_search.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_search/directory_search.php,v 1.10 2009/10/01 14:17:04 wjames5 Exp $ + * $Header: /cvsroot/bitweaver/_bit_search/directory_search.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: directory_search.php,v 1.10 2009/10/01 14:17:04 wjames5 Exp $ + * $Id: directory_search.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 @@ /** * required setup */ -require_once( '../bit_setup_inc.php' ); +require_once( '../kernel/setup_inc.php' ); include_once( DIRECTORY_PKG_PATH.'dir_lib.php' ); @@ -1,13 +1,13 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_search/index.php,v 1.27 2009/10/01 14:17:04 wjames5 Exp $ +// $Header: /cvsroot/bitweaver/_bit_search/index.php,v 1.28 2010/02/08 21:27:25 wjames5 Exp $ // Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al. // 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. // Initialization -require_once( '../bit_setup_inc.php' ); +require_once( '../kernel/setup_inc.php' ); require_once( SEARCH_PKG_PATH.'/search_lib.php'); @@ -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'); |
