Manage plugins from the user interface and from the command line
This commit is contained in:
@@ -15,14 +15,21 @@ define('LOG_DRIVER', 'file'); // Other drivers are: syslog, stdout, stderr or fi
|
||||
The log driver must be defined if you enable the debug mode.
|
||||
The debug mode logs all SQL queries and the time taken to generate pages.
|
||||
|
||||
Plugins folder
|
||||
--------------
|
||||
Plugins
|
||||
-------
|
||||
|
||||
Plugin folder:
|
||||
|
||||
```php
|
||||
// Plugin directory
|
||||
define('PLUGINS_DIR', 'data/plugins');
|
||||
```
|
||||
|
||||
Enable/disable plugin installation from the user interface:
|
||||
|
||||
```php
|
||||
define('PLUGIN_INSTALLER', true); // Default is true
|
||||
```
|
||||
|
||||
Folder for uploaded files
|
||||
-------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user