change search engine to westdc

This commit is contained in:
wlx 2013-09-26 10:36:04 +00:00
parent c5fe940c48
commit 3dc9186923
1 changed files with 1 additions and 1 deletions

View File

@ -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('heihe'); $this->xs=new XS('westdc');
$this->search=$this->xs->search; $this->search=$this->xs->search;
$this->terms = array(); $this->terms = array();
$this->text=$text; $this->text=$text;