Marijn button #99

Merged
11166932 merged 152 commits from marijn-button into master 2017-01-23 13:25:08 +01:00
Showing only changes of commit 4218860936 - Show all commits

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">