Add files via upload

This commit is contained in:
Daniel Muñoz Garcia
2021-04-13 13:50:23 +02:00
committed by GitHub
parent a5f92c9bb0
commit 19168d2f8d
7 changed files with 126 additions and 93 deletions

View File

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