From 0ab6d9ea16d6e8410d23d253932f5b662c263c38 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Mon, 3 Jan 2011 04:39:18 +0000 Subject: [PATCH] Fix command-line. --- www/documentation.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/documentation.php b/www/documentation.php index 1323a03..87d2892 100644 --- a/www/documentation.php +++ b/www/documentation.php @@ -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)) {