From 407a651e4469e1dee7d9bbf0d0e6565c2167ead4 Mon Sep 17 00:00:00 2001 From: odain Date: Thu, 25 Mar 2021 18:05:59 +0100 Subject: [PATCH] =?UTF-8?q?N=C2=B02713=20-=20Allow=20read=20acc=C3=A8s=20t?= =?UTF-8?q?o=20synchro=20errors=20for=20users=20with=20non-admin=20profile?= =?UTF-8?q?=20-=20removing=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- synchro/replica.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synchro/replica.php b/synchro/replica.php index ad8ac1672..c786c36e6 100644 --- a/synchro/replica.php +++ b/synchro/replica.php @@ -22,7 +22,7 @@ require_once(APPROOT.'/application/application.inc.php'); require_once(APPROOT.'/application/startup.inc.php'); require_once(APPROOT.'/application/loginwebpage.class.inc.php'); -LoginWebPage::DoLogin(); // Check user rights and prompt if needed, admins only here ! +LoginWebPage::DoLogin(); $sOperation = utils::ReadParam('operation', 'menu'); $oAppContext = new ApplicationContext();