mirror of
https://github.com/processwire/processwire.git
synced 2025-08-16 19:54:24 +02:00
Add feature request processwire/processwire-requests#519
This commit is contained in:
@@ -1405,8 +1405,8 @@ $config->moduleServiceKey = 'pw301';
|
|||||||
*/
|
*/
|
||||||
$config->moduleInstall = array(
|
$config->moduleInstall = array(
|
||||||
'directory' => 'debug', // allow install from ProcessWire modules directory?
|
'directory' => 'debug', // allow install from ProcessWire modules directory?
|
||||||
'upload' => 'debug', // allow install by module file upload?
|
'upload' => false, // allow install by module file upload?
|
||||||
'download' => 'debug', // allow install by download from URL?
|
'download' => false, // allow install by download from URL?
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user