Merge branch 'hendrik-testing' into 'master'

Hendrik testing

See merge request !87
This commit was merged in pull request #91.
This commit is contained in:
Lars van Hijfte
2017-01-20 15:40:43 +01:00

View File

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