added login, logout and registration sites and functionality as well as an protected profile page
This commit is contained in:
parent
cbebac47fa
commit
5b3f5a1123
12 changed files with 163 additions and 28 deletions
|
|
@ -5,5 +5,8 @@ return[
|
|||
'/mathe' => 'controllers/mathe.php',
|
||||
'/game' => 'controllers/game.php',
|
||||
'/addition' => 'controllers/addition.php',
|
||||
'/login' => 'controllers/login.php'
|
||||
'/login' => 'controllers/login.php',
|
||||
'/register' => 'controllers/register.php',
|
||||
'/profile' => 'controllers/profile.php',
|
||||
'/logout' => 'controllers/logout.php'
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue