1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/limesurvey_ynh.git synced 2024-09-03 19:36:32 +02:00
This commit is contained in:
ljf 2022-01-14 01:29:33 +01:00
commit 9f8a731f01
5 changed files with 8 additions and 10 deletions

View file

@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Creation and distribution survey tool
**Shipped version:** 5.0.7~ynh1
**Shipped version:** 5.2.6~ynh1

View file

@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
Outil de création et diffusion de sondage
**Version incluse :** 5.0.7~ynh1
**Version incluse :** 5.2.6~ynh1

View file

@ -1,4 +1,6 @@
SOURCE_URL=https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/5.0.7+210628.tar.gz
SOURCE_SUM=efde82aabe036263e2ab938315ede8b697f1aafeffedd1d48dc492af9bbddf42
SOURCE_URL=https://github.com/LimeSurvey/LimeSurvey/archive/refs/tags/5.2.6+211213.tar.gz
SOURCE_SUM=d097af55794000d87ad8f88698597f6cba2e972499819d3f4bd55748f1de1765
SOURCE_SUM_PRG=sha256sum
SOURCE_FILENAME=limesurvey-5.0.7+210628.tar.gz
SOURCE_FILENAME=limesurvey.tar.gz

View file

@ -13,10 +13,6 @@ location __PATH__/ {
# rewrite ^(.+)$ __PATH__/index.php?q=$1 last;
#}
if ($scheme = http) {
rewrite ^ https://$server_name$request_uri? permanent;
}
client_max_body_size 50m;
try_files $uri $uri/ index.php;

View file

@ -6,7 +6,7 @@
"en": "Creation and distribution survey tool",
"fr": "Outil de création et diffusion de sondage"
},
"version": "5.0.7~ynh1",
"version": "5.2.6~ynh1",
"url": "https://www.limesurvey.org/",
"upstream": {
"license": "GPL-2.0+",