Complete functionality

Missing elements of design and security
This commit is contained in:
Daniel Muñoz Garcia
2021-04-13 14:57:25 +02:00
committed by GitHub
parent cbbf66d128
commit 5a5a99ad80
4 changed files with 53 additions and 1 deletions

View File

@ -8,6 +8,7 @@
function showPanel() {
switch($this->state) {
case 'df': require('deleteFilm.php');break;
case 'ef': require('editFilm.php');break;
case 'mc': require('manage_cinemas.php'); break;
case 'mf': require('manage_films.php'); break;