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

@ -8,7 +8,7 @@ include_once('../assets/php/form.php');
class formDeleteCinema extends Form{
public function __construct(){
$op = array("action"=>"./?state=mc&option=d");
$op = array("action"=>"./?state=mc");
parent::__construct('formAddCinema',$op);
}