mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-81813 config-dist.php: correct path
admin/cli/plugin_uninstall.php does not exist. The correct path is admin/cli/uninstall_plugins.php.
This commit is contained in:
parent
67b2c43225
commit
bf3915f63c
@ -721,7 +721,7 @@ $CFG->admin = 'admin';
|
||||
//
|
||||
// Uninstall plugins from CLI only. This stops admins from uninstalling plugins from the graphical admin
|
||||
// user interface, and forces plugins to be uninstalled from the Command Line tool only, found at
|
||||
// admin/cli/plugin_uninstall.php.
|
||||
// admin/cli/uninstall_plugins.php.
|
||||
//
|
||||
// $CFG->uninstallclionly = true;
|
||||
//
|
||||
|
Loading…
x
Reference in New Issue
Block a user