diff options
Diffstat (limited to 'fai_gestion')
-rw-r--r-- | fai_gestion/config/routes.php | 3 | ||||
-rw-r--r-- | fai_gestion/src/Model/Entity/empty | 0 | ||||
-rw-r--r-- | fai_gestion/src/Model/Table/empty | 0 | ||||
-rw-r--r-- | fai_gestion/tests/Fixture/empty | 0 |
4 files changed, 2 insertions, 1 deletions
diff --git a/fai_gestion/config/routes.php b/fai_gestion/config/routes.php index b9b8c9f..97897bc 100644 --- a/fai_gestion/config/routes.php +++ b/fai_gestion/config/routes.php @@ -52,7 +52,8 @@ Router::scope('/', function (RouteBuilder $routes) { * its action called 'display', and we pass a param to select the view file * to use (in this case, src/Template/Pages/home.ctp)... */ - $routes->connect('/', ['controller' => 'Pages', 'action' => 'display', 'home']); + //$routes->connect('/', ['controller' => 'Pages', 'action' => 'display', 'home']); + $routes->redirect('/', ['controller' => 'Adherents'], ['full' => false]); /** * ...and connect the rest of 'Pages' controller's URLs. diff --git a/fai_gestion/src/Model/Entity/empty b/fai_gestion/src/Model/Entity/empty deleted file mode 100644 index e69de29..0000000 --- a/fai_gestion/src/Model/Entity/empty +++ /dev/null diff --git a/fai_gestion/src/Model/Table/empty b/fai_gestion/src/Model/Table/empty deleted file mode 100644 index e69de29..0000000 --- a/fai_gestion/src/Model/Table/empty +++ /dev/null diff --git a/fai_gestion/tests/Fixture/empty b/fai_gestion/tests/Fixture/empty deleted file mode 100644 index e69de29..0000000 --- a/fai_gestion/tests/Fixture/empty +++ /dev/null |