Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-20 15:29:49 +02:00
committed by GitHub
parent 62d0602d70
commit fa4769d77b
49 changed files with 1532 additions and 102 deletions

View File

@ -100,6 +100,7 @@ abstract class Form {
$this->enctype = $opciones['enctype'];
if ( !$this->action ) {
// Cambiar por << $this->action = htmlentities($_SERVER['REQUEST_URI']); >> para mantener los parámetros de la URL.
$this->action = htmlentities($_SERVER['PHP_SELF']);
}
}