From 971115f5a070d6efad17cfe43a1f64d6bc0ec215 Mon Sep 17 00:00:00 2001
From: Bertrand Gauthier <bertrand.gauthier@unicaen.fr>
Date: Fri, 9 Jan 2015 12:39:19 +0000
Subject: [PATCH] =?UTF-8?q?Autorisation=20d'acc=C3=A8s=20=C3=A0=20l'action?=
 =?UTF-8?q?=20de=20rafra=C3=AEchissement=20de=20la=20session=20de=20l'util?=
 =?UTF-8?q?isateur.?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 config/module.config.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/config/module.config.php b/config/module.config.php
index 363a7ce..d3ad711 100644
--- a/config/module.config.php
+++ b/config/module.config.php
@@ -135,6 +135,7 @@ $bjyauthorize = array(
             array('controller' => 'UnicaenApp\Controller\Application',  'action' => 'plan',                     'roles' => array()),
             array('controller' => 'UnicaenApp\Controller\Application',  'action' => 'mentions-legales',         'roles' => array()),
             array('controller' => 'UnicaenApp\Controller\Application',  'action' => 'informatique-et-libertes', 'roles' => array()),
+            array('controller' => 'UnicaenApp\Controller\Application',  'action' => 'refresh-session',          'roles' => array()),
             array('controller' => 'UnicaenAuth\Controller\Utilisateur', 'action' => 'selectionner-profil',      'roles' => array()),
         ),
     ),
-- 
GitLab