summaryrefslogtreecommitdiff
path: root/directory_search.php
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 /directory_search.php
parentbf0acecbf2ca7a01a6affa989e43a00b4cacc46a (diff)
downloadsearch-38f11a80bcda938e9d4197c6f8b09b8713b76b0a.tar.gz
search-38f11a80bcda938e9d4197c6f8b09b8713b76b0a.tar.bz2
search-38f11a80bcda938e9d4197c6f8b09b8713b76b0a.zip
deprecate root bit_setup_inc use kernel/setup_inc.phpPRE_LIBERTYSYS_SERVICE_UPDATEPRE_CONTENTTYPE_NAME_PLURAL
Diffstat (limited to 'directory_search.php')
-rw-r--r--directory_search.php6
1 files changed, 3 insertions, 3 deletions
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' );