From cf247246f74d893773fa26f337ef27d9a8820870 Mon Sep 17 00:00:00 2001 From: Daniel Berteaud Date: Mon, 18 Nov 2013 16:07:42 +0100 Subject: [PATCH] Point LimeSurvey link in the auth portal to the admin backend instead of the public interface --- .../templates/var/lib/lemonldap-ng/conf/lmConf/080LimeSurvey | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/080LimeSurvey b/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/080LimeSurvey index ffe461c..a3dc67f 100644 --- a/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/080LimeSurvey +++ b/root/etc/e-smith/templates/var/lib/lemonldap-ng/conf/lmConf/080LimeSurvey @@ -18,7 +18,7 @@ $conf->{'applicationList'}->{'010apps'}->{'limesurvey'} = { 'logo' => 'survey.png', 'name' => 'Outil de sondage', 'description' => 'Limesurvey', - 'uri' => "https://sondages.$domain", + 'uri' => "https://sondages.$domain/admin", 'display' => 'auto' }, 'type' => 'application'