diff options
| author | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:25 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:25 +0000 |
| commit | 38f11a80bcda938e9d4197c6f8b09b8713b76b0a (patch) | |
| tree | 9dfa1e1d1463e9d81b9c14458b0b7fb71c82643f /stats.php | |
| parent | bf0acecbf2ca7a01a6affa989e43a00b4cacc46a (diff) | |
| download | search-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 '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'); |
