modif du index.php
This commit is contained in:
parent
fddefc3ee3
commit
e62ad99987
1 changed files with 2 additions and 1 deletions
|
|
@ -25,9 +25,10 @@
|
|||
|
||||
//We switch to the good controller
|
||||
switch ($route) {
|
||||
|
||||
|
||||
case null:
|
||||
require('views/login_views.php');
|
||||
login_form_view($route);
|
||||
break;
|
||||
|
||||
case '':
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue