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 /cmd_line_reindex.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 'cmd_line_reindex.php')
| -rw-r--r-- | cmd_line_reindex.php | 2 |
1 files changed, 1 insertions, 1 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'); |
