change search to heihe

This commit is contained in:
wlx 2013-09-26 03:27:01 +00:00
parent 32b2d59015
commit 77efed4024
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ class Search
function __construct($text='')
{
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->terms = array();
$this->text=$text;