Add files via upload

This commit is contained in:
Fernando Méndez
2021-05-19 10:09:05 +02:00
committed by GitHub
parent 17cb21683e
commit 8de7a1d0cb
6 changed files with 68 additions and 14 deletions

View File

@ -251,7 +251,7 @@ abstract class Form {
/* <<< Permite definir cadena en múltiples líneas.
* Revisa https://www.php.net/manual/en/language.types.string.php#language.types.string.syntax.heredoc
*/
$htmlForm = "<form method='POST' action='{$this->action}' id='{$this->formId}{$classAtt}{$enctypeAtt}' >
$htmlForm = "<form method='POST' action='{$this->action}' id='{$this->formId}'{$classAtt}{$enctypeAtt} >
<input type='hidden' name='action' value='{$this->tipoFormulario}' />
".$tokenCSRF.$htmlCamposFormularios."
</form>";