mirror of
https://github.com/YunoHost-Apps/moodle_ynh.git
synced 2024-09-03 19:46:23 +02:00
parent
85a40a1363
commit
881c809af8
2 changed files with 5 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/moodle/moodle/archive/v3.11.0.zip
|
SOURCE_URL=https://github.com/moodle/moodle/archive/v3.11.1.zip
|
||||||
SOURCE_SUM=03f878da9f4aeb10c0222d5f9addce7f6c64b216881221bcbac2fec8e34bde5a
|
SOURCE_SUM=571f1a59ae6af515932618ba757e98aeae7b9d2c5b10931f9b5296b24b222dfe
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=zip
|
SOURCE_FORMAT=zip
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -421,6 +421,8 @@ chdir = __FINALPATH__
|
||||||
; Common values to change to increase file upload limit
|
; Common values to change to increase file upload limit
|
||||||
php_admin_value[upload_max_filesize] = 1G
|
php_admin_value[upload_max_filesize] = 1G
|
||||||
php_admin_value[post_max_size] = 1G
|
php_admin_value[post_max_size] = 1G
|
||||||
|
php_admin_value[max_input_vars] = 1G
|
||||||
|
php_value[max_input_vars] = 1G
|
||||||
; php_admin_flag[mail.add_x_header] = Off
|
; php_admin_flag[mail.add_x_header] = Off
|
||||||
|
|
||||||
; Other common parameters
|
; Other common parameters
|
||||||
|
|
Loading…
Reference in a new issue