change search to heihe
This commit is contained in:
parent
32b2d59015
commit
77efed4024
|
@ -66,7 +66,7 @@ class Search
|
||||||
function __construct($text='')
|
function __construct($text='')
|
||||||
{
|
{
|
||||||
require_once '/home/wlx/xunsearch/sdk/php/lib/XS.php';
|
require_once '/home/wlx/xunsearch/sdk/php/lib/XS.php';
|
||||||
$this->xs=new XS('westdc');
|
$this->xs=new XS('heihe');
|
||||||
$this->search=$this->xs->search;
|
$this->search=$this->xs->search;
|
||||||
$this->terms = array();
|
$this->terms = array();
|
||||||
$this->text=$text;
|
$this->text=$text;
|
||||||
|
|
Loading…
Reference in New Issue