remove testinput

This commit is contained in:
Hendrik
2017-01-20 14:43:04 +01:00
parent 14d96e89ad
commit 4218860936

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