diff options
Diffstat (limited to 'cmd_line_reindex.php')
| -rwxr-xr-x | cmd_line_reindex.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cmd_line_reindex.php b/cmd_line_reindex.php index 887abd8..882f476 100755 --- a/cmd_line_reindex.php +++ b/cmd_line_reindex.php @@ -36,7 +36,7 @@ /** * Define Server Variables so script won't puke on command line - */ + */ $_SERVER['SERVER_NAME'] = 'batch'; $_SERVER['HTTP_HOST'] = 'batch'; $_SERVER['HTTP_USER_AGENT'] = 'batch'; @@ -45,7 +45,6 @@ $_SERVER['SERVER_SOFTWARE'] = 'batch'; $_SERVER['HTTP_USER_AGENT'] = 'batch'; require_once '../kernel/includes/setup_inc.php'; -use Bitweaver\Liberty\LibertyBase; require_once 'includes/refresh_functions.php'; $whatToIndex = "pages"; |
