mirror of
https://github.com/processwire/processwire.git
synced 2025-08-10 16:54:44 +02:00
Add feature request processwire/processwire-requests#519
This commit is contained in:
@@ -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?
|
||||
);
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user