summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2010-02-08 21:27:25 +0000
committerwjames5 <will@tekimaki.com>2010-02-08 21:27:25 +0000
commit38f11a80bcda938e9d4197c6f8b09b8713b76b0a (patch)
tree9dfa1e1d1463e9d81b9c14458b0b7fb71c82643f
parentbf0acecbf2ca7a01a6affa989e43a00b4cacc46a (diff)
downloadsearch-PRE_LIBERTYSYS_SERVICE_UPDATE.tar.gz
search-PRE_LIBERTYSYS_SERVICE_UPDATE.tar.bz2
search-PRE_LIBERTYSYS_SERVICE_UPDATE.zip
deprecate root bit_setup_inc use kernel/setup_inc.phpPRE_LIBERTYSYS_SERVICE_UPDATEPRE_CONTENTTYPE_NAME_PLURAL
-rw-r--r--cmd_line_reindex.php2
-rw-r--r--directory_search.php6
-rw-r--r--index.php4
-rw-r--r--stats.php6
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' );
diff --git a/index.php b/index.php
index 16b6824..b03819b 100644
--- a/index.php
+++ b/index.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');
diff --git a/stats.php b/stats.php
index ed5beeb..67a3ffc 100644
--- a/stats.php
+++ b/stats.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');