Update search results.
This commit is contained in:
parent
1a4c8faaa1
commit
4649d5b546
2 changed files with 3 additions and 2 deletions
|
|
@ -84,7 +84,7 @@
|
|||
$type = strtok ($result_line, " ");
|
||||
$entry = strtok ("\0");
|
||||
if ($type == "f" || $type == "l" || $type == "o") {
|
||||
print ('• <a href="' . $entry . '" title="View $entry">' . $entry . '</a><br>');
|
||||
print ('• <a href="' . $entry . '" title="View $entry">' . $entry . '</a> (<a href="' . dirname($entry) . '" title="Visit containing directory">Visit containing directory</a>)<br>');
|
||||
$count++;
|
||||
} elseif ($type == "d") {
|
||||
print ('• <a href="' . $entry . '" title="Directory ' . $entry . '">' . $entry . '</a> (<a href="/search?l=' . $_GET["l"] . '&p=' . urlencode ($entry) . '&q=' . urlencode ($_GET["q"]) . '" title="Repeat search in this directory">Repeat search in this directory</a>)<br>');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue