summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xkhelpcenter/searchhandlers/khc_htsearch.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/khelpcenter/searchhandlers/khc_htsearch.pl b/khelpcenter/searchhandlers/khc_htsearch.pl
index b7ea694b3..5dc3f5f71 100755
--- a/khelpcenter/searchhandlers/khc_htsearch.pl
+++ b/khelpcenter/searchhandlers/khc_htsearch.pl
@@ -8,8 +8,7 @@ use Getopt::Long;
use open IO => ':utf8';
use open ':std';
-my $htsearchpath="/usr/lib/cgi-bin/htsearch";
-
+my $htsearchpath="/srv/www/cgi-bin/htsearch";
my $config;
my $format;
my $method;
@@ -20,6 +19,7 @@ my $indexdir;
my $maxnum;
GetOptions (
+ 'binary=s' => \$htsearchpath,
'config=s' => \$config,
'format=s' => \$format,
'method=s' => \$method,