diff options
Diffstat (limited to 'bin/setup.php')
| -rwxr-xr-x | bin/setup.php | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/bin/setup.php b/bin/setup.php index 7dacedd..1e6c66d 100755 --- a/bin/setup.php +++ b/bin/setup.php @@ -2,10 +2,7 @@ <?php namespace phinde; //configure the elasticsearch index -set_include_path(__DIR__ . '/../src/' . PATH_SEPARATOR . get_include_path()); -require_once __DIR__ . '/../data/config.php'; -require_once 'HTTP/Request2.php'; -require_once 'Elasticsearch/Request.php'; +require_once __DIR__ . '/../src/init.php'; //delete old index $r = new Elasticsearch_Request( |
