vérifivation du code
This commit is contained in:
parent
34fb19f23a
commit
5393f44339
2 changed files with 8 additions and 8 deletions
|
|
@ -4,7 +4,13 @@
|
||||||
* Vincent Verdon - 20240604
|
* Vincent Verdon - 20240604
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
|
//Loads some functions for session managment and starts the session
|
||||||
|
require('controllers/auth_utilities.php');
|
||||||
|
session_start();
|
||||||
|
//var_dump($_SESSION);
|
||||||
|
|
||||||
|
|
||||||
//The requested route
|
//The requested route
|
||||||
$route = null;
|
$route = null;
|
||||||
if (isset($_GET['route'])) {
|
if (isset($_GET['route'])) {
|
||||||
|
|
|
||||||
|
|
@ -4,13 +4,7 @@
|
||||||
* Vincent Verdon - 20240604
|
* Vincent Verdon - 20240604
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
//Loads some functions for session managment and starts the session
|
|
||||||
require('controllers/auth_utilities.php');
|
|
||||||
session_start();
|
|
||||||
//var_dump($_SESSION);
|
|
||||||
|
|
||||||
|
|
||||||
//The requested route
|
//The requested route
|
||||||
$route = null;
|
$route = null;
|
||||||
if (isset($_GET['route'])) {
|
if (isset($_GET['route'])) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue