aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller/ConfigController.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-31 16:16:41 +0100
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2016-10-31 16:18:52 +0100
commite61ee56031aa0788f9a40ec245d3c391d219d6c2 (patch)
treeb8fce3d2f4f60372f4e1007eb544d9fa26c11f44 /src/Wallabag/CoreBundle/Controller/ConfigController.php
parent5feef9f7a4e6852415feb388190b7ca141f116d1 (diff)
downloadwallabag-e61ee56031aa0788f9a40ec245d3c391d219d6c2.tar.gz
wallabag-e61ee56031aa0788f9a40ec245d3c391d219d6c2.tar.zst
wallabag-e61ee56031aa0788f9a40ec245d3c391d219d6c2.zip
Added QRCode and link to configure android application
Diffstat (limited to 'src/Wallabag/CoreBundle/Controller/ConfigController.php')
-rw-r--r--src/Wallabag/CoreBundle/Controller/ConfigController.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Wallabag/CoreBundle/Controller/ConfigController.php b/src/Wallabag/CoreBundle/Controller/ConfigController.php
index 8d391917..d40efcd7 100644
--- a/src/Wallabag/CoreBundle/Controller/ConfigController.php
+++ b/src/Wallabag/CoreBundle/Controller/ConfigController.php
@@ -149,6 +149,7 @@ class ConfigController extends Controller
149 'token' => $config->getRssToken(), 149 'token' => $config->getRssToken(),
150 ], 150 ],
151 'twofactor_auth' => $this->getParameter('twofactor_auth'), 151 'twofactor_auth' => $this->getParameter('twofactor_auth'),
152 'wallabag_url' => $this->get('craue_config')->get('wallabag_url'),
152 'enabled_users' => $this->getDoctrine() 153 'enabled_users' => $this->getDoctrine()
153 ->getRepository('WallabagUserBundle:User') 154 ->getRepository('WallabagUserBundle:User')
154 ->getSumEnabledUsers(), 155 ->getSumEnabledUsers(),