summaryrefslogtreecommitdiff
path: root/cmd_line_reindex.php
diff options
context:
space:
mode:
Diffstat (limited to 'cmd_line_reindex.php')
-rw-r--r--cmd_line_reindex.php2
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');