remove testinput
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user