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? ); /**