X-Git-Url: http://git.shiar.net/minimedit.git/blobdiff_plain/e6e54fe22ae87eb9487595b3e6afa5b80c12e3f1..HEAD:/search.php diff --git a/search.php b/search.php deleted file mode 100644 index 0b15607..0000000 --- a/search.php +++ /dev/null @@ -1,58 +0,0 @@ - $limit) { - shuffle($results); // avoid alphabetical top set - } -} - -if (isset($Place['verbose'])) { - printf("

%s gevonden voor %s:

\n", - $results ? count($results).' resultaten' : 'Niets', - htmlspecialchars($query) - ); -} - -require_once('nieuws.inc.php'); - -if (!$results) { - print "Niets gevonden."; - return; -} -if (count($results) > $limit) { - array_splice($results, $limit); -} - -if ($limit > 1) { - print '\n"; -}