Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-12 10:40:22 +02:00
committed by GitHub
parent b6ea25caa1
commit 1b64bce911
16 changed files with 170 additions and 178 deletions

View File

@ -335,4 +335,9 @@ abstract class Form {
return $result;
}
//Test some form input.
protected function test_input($input){
return htmlspecialchars(trim(strip_tags($input)));
}
}