Point LimeSurvey link in the auth portal to the admin backend instead of the public interface

This commit is contained in:
Daniel Berteaud 2013-11-18 16:07:42 +01:00
parent 836739814f
commit cf247246f7
1 changed files with 1 additions and 1 deletions

View File

@ -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'