mirror of
https://github.com/michaelrsweet/mxml.git
synced 2024-11-13 23:35:30 +00:00
Fix command-line.
This commit is contained in:
parent
21cdbb457c
commit
0ab6d9ea16
@ -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))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user