Add files via upload

This commit is contained in:
Fernando Méndez
2021-06-08 15:10:08 +02:00
committed by GitHub
parent 880a74379f
commit ff7c9d103d
13 changed files with 32 additions and 28 deletions

View File

@ -11,7 +11,7 @@ class formEditManager extends Form{
const HTML5_EMAIL_REGEXP = '^[a-zA-Z0-9.!#$%&\'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$';
public function __construct() {
$options = array("action" => "./?state=mg&option=e");
$options = array("action" => "./?state=mg");
parent::__construct('formEditManager', $options);
}
@ -69,7 +69,7 @@ class formEditManager extends Form{
</div>
<div class='column side'></div>
</div>";
//$result = './?state=mg';
// $result = './?state=mg';
}
else{