From 042829933351a8424090ecdd8f6c657cd927a0eb Mon Sep 17 00:00:00 2001 From: David Cook Date: Wed, 8 Jul 2020 23:07:47 +0000 Subject: [PATCH] Bug 25672: Enable enable_plugin_browser_upload by default This patch enables enable_plugin_browser_upload by default, since the current behaviour for Koha is to enable browser upload when enable_plugins is 1. Signed-off-by: Nicolas Legrand Signed-off-by: Martin Renvoize Signed-off-by: Kyle M Hall Signed-off-by: David Cook Signed-off-by: Victor Grousset/tuxayo --- debian/templates/koha-conf-site.xml.in | 2 +- etc/koha-conf.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/templates/koha-conf-site.xml.in b/debian/templates/koha-conf-site.xml.in index 54500cd971..f1f6e5af23 100644 --- a/debian/templates/koha-conf-site.xml.in +++ b/debian/templates/koha-conf-site.xml.in @@ -266,7 +266,7 @@ __END_SRU_PUBLICSERVER__ 1 __PLUGINS_DIR__ 0 - 0 + 1 __UPLOAD_PATH__ __TMP_PATH__ /usr/share/koha/intranet/cgi-bin diff --git a/etc/koha-conf.xml b/etc/koha-conf.xml index 5fa53c1da5..d6d22aacf1 100644 --- a/etc/koha-conf.xml +++ b/etc/koha-conf.xml @@ -79,7 +79,7 @@ 1 __PLUGINS_DIR__ 0 - 0 + 1 __INTRANET_CGI_DIR__ -- 2.42.0