From bdd70c9ae56c92fff5a996af40fd2d54ca26462f Mon Sep 17 00:00:00 2001 From: Kaitlin Newson Date: Fri, 30 Aug 2024 19:26:16 -0300 Subject: [PATCH] pkp/pkp-lib#8543 remove unused config values --- config.TEMPLATE.inc.php | 9 --------- 1 file changed, 9 deletions(-) diff --git a/config.TEMPLATE.inc.php b/config.TEMPLATE.inc.php index 53584e172d3..151592259cd 100644 --- a/config.TEMPLATE.inc.php +++ b/config.TEMPLATE.inc.php @@ -230,10 +230,6 @@ ; Permissions mask for created files and directories umask = 0022 -; The minimum percentage similarity between filenames that should be considered -; a possible revision -filename_revision_match = 70 - ;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Fileinfo (MIME) Settings ; @@ -529,8 +525,3 @@ ; Log web service request information for debugging log_web_service_info = Off - -; declare a cainfo path if a certificate other than PHP's default should be used for curl calls. -; This setting overrides the 'curl.cainfo' parameter of the php.ini configuration file. -[curl] -; cainfo = ""