From 76ad3ab9845c470f91ca6cc9b19da01fe627ebc8 Mon Sep 17 00:00:00 2001 From: Ryan Cramer Date: Fri, 23 Feb 2024 14:17:09 -0500 Subject: [PATCH] Add feature request processwire/processwire-requests#519 --- wire/config.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wire/config.php b/wire/config.php index e2714647..a6ba5c3b 100644 --- a/wire/config.php +++ b/wire/config.php @@ -1405,8 +1405,8 @@ $config->moduleServiceKey = 'pw301'; */ $config->moduleInstall = array( 'directory' => 'debug', // allow install from ProcessWire modules directory? - 'upload' => 'debug', // allow install by module file upload? - 'download' => 'debug', // allow install by download from URL? + 'upload' => false, // allow install by module file upload? + 'download' => false, // allow install by download from URL? ); /**