6 lines
168 B
PHP
Executable File
6 lines
168 B
PHP
Executable File
<?php
|
|
defined('BASEPATH') OR exit('No direct script access allowed');
|
|
|
|
$config['host'] = '192.168.0.16';
|
|
$config['port'] = 9512;
|
|
$config['SPHINX_MAX_MATCHES'] = '2000'; |