modif tous

This commit is contained in:
ryana 2026-06-08 14:37:23 +02:00
parent eb9017e5f5
commit 34b4eb2996
2 changed files with 3 additions and 7 deletions

View file

@ -70,12 +70,6 @@
operations_form_ctrl();
break;
<<<<<<< HEAD
case 'add_operation':
require('controllers/operation_ctrl.php');
add_operation_write_ctrl();
break;
=======
case 'lecture':
require('views/lecture_page.php');
break;
@ -84,7 +78,6 @@
require('controllers/lecture_page_ctrl.php');
break;
>>>>>>> c98d36d6ee22b1cc45aaf2d55c29677ea8c56d65
default:
require('views/404_view.php');
break;

View file

@ -1,5 +1,8 @@
<?php
error_reporting(E_ALL & ~E_NOTICE & ~E_STRICT & ~E_DEPRECATED);
ini_set('display_errors', 1);
function planning_view(array $sauveteurs, array $creneaux, array $grille, string $date) {
?>
<!DOCTYPE html>