From d5d1f5ca5ff84167497c16e627c9366e2bc41892 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 --- 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 5511c3d84b..3895c5667c 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 3679f5dbd0..5b350732d5 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.30.2