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