From 54541608ac979dfc6044c89cb30493704dcc94c8 Mon Sep 17 00:00:00 2001 From: Marien Fressinaud Date: Wed, 21 Aug 2013 16:04:18 +0200 Subject: Fix issue #127 : ajout système de token MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Ajout du système de token pour accéder aux flux RSS même quand la connexion a été paramétrée. Pour l'utiliser, il faut simplement ajouter le paramètre ?token= à l'url --- app/views/configure/display.phtml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'app/views/configure/display.phtml') diff --git a/app/views/configure/display.phtml b/app/views/configure/display.phtml index 1fdcdee41..3989ff06f 100644 --- a/app/views/configure/display.phtml +++ b/app/views/configure/display.phtml @@ -50,6 +50,15 @@ + +
+ + conf->token (); ?> +
+ + +
+
-- cgit v1.2.3