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:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user