Fix command-line.

This commit is contained in:
Michael R Sweet 2011-01-03 04:39:18 +00:00
parent 21cdbb457c
commit 0ab6d9ea16

View File

@ -164,7 +164,7 @@ else
{
// Run htmlsearch to search the documentation...
$matches = array();
$fp = popen("/usr/local/bin/websearch " . escapeshellarg($q), "r");
$fp = popen("/usr/local/bin/websearch docfiles " . escapeshellarg($q), "r");
while ($line = fgets($fp, 1024))
{