ajout gestion des jeux (ajout, modif, suppr) et maj journal séance 3

This commit is contained in:
2026-06-05 23:56:12 +02:00
parent 3ae04250f0
commit dab366607a
7 changed files with 209 additions and 9 deletions
@@ -89,7 +89,7 @@ $autoload['drivers'] = array();
|
| $autoload['helper'] = array('url', 'file');
*/
$autoload['helper'] = array();
$autoload['helper'] = array('url','form');
/*
| -------------------------------------------------------------------
@@ -23,7 +23,7 @@ defined('BASEPATH') OR exit('No direct script access allowed');
| a PHP script and you can easily do that on your own.
|
*/
$config['base_url'] = 'https://dwarves.iut-fbleau.fr/~doucoure/sae_r301_gr12/codeigniter-develop/';
$config['base_url'] = 'https://dwarves.iut-fbleau.fr/~doucoure/sae_r301_g12/codeigniter-develop/';
/*
|--------------------------------------------------------------------------