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
|
//We switch to the good controller
|
||||||
switch ($route) {
|
switch ($route) {
|
||||||
|
|
||||||
|
|
||||||
case null:
|
case null:
|
||||||
require('views/login_views.php');
|
require('views/login_views.php');
|
||||||
login_form_view($route);
|
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case '':
|
case '':
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue