1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-10 16:54:44 +02:00
This commit is contained in:
Ryan Cramer
2024-02-23 14:17:09 -05:00
parent f893cec515
commit 76ad3ab984

View File

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