Hendrik search #94

Merged
11342374 merged 12 commits from hendrik-search into master 2017-01-20 16:20:07 +01:00
Showing only changes of commit 696f4ebc1e - Show all commits

View File

@@ -62,12 +62,6 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
$listn = ($currentpage-1) * $perpage;
$listm = $currentpage * $perpage;
function test_input($data) {
$data = trim($data);
$data = stripslashes($data);
$data = htmlspecialchars($data);
return $data;
}
?>
<div class="content">