diff options
author | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-07-16 15:36:21 +0200 |
---|---|---|
committer | Ludovic Pouzenc <ludovic@pouzenc.fr> | 2018-07-16 15:36:21 +0200 |
commit | 18507a4c76abad7cf5e6e9572137d0dc5a977fcc (patch) | |
tree | ba81961c4ec34788aad9fbd74f52811bdaa60ce8 /fai_gestion | |
parent | 31a40cfc446c9586f89a4aa69ef76d76d469e5a4 (diff) | |
download | chd_gestion-18507a4c76abad7cf5e6e9572137d0dc5a977fcc.zip chd_gestion-18507a4c76abad7cf5e6e9572137d0dc5a977fcc.tar.gz chd_gestion-18507a4c76abad7cf5e6e9572137d0dc5a977fcc.tar.bz2 |
first cake bake, auto-generated files not included for now
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 |