mirror of
https://github.com/moodle/moodle.git
synced 2025-08-07 01:46:45 +02:00
MDL-29029 move health center to admin tools
AMOS BEGIN MOV [healthcenter,moodle],[pluginname,tool_health] MOV [healthnoproblemsfound,moodle],[healthnoproblemsfound,tool_health] MOV [healthproblemsdetected,moodle],[healthproblemsdetected,tool_health] MOV [healthproblemsolution,moodle],[healthproblemsolution,tool_health] MOV [healthreturntomain,moodle],[healthreturntomain,tool_health] MOV [healthsolution,moodle],[healthsolution,tool_health] AMOS END
This commit is contained in:
parent
8e4c1a80b4
commit
7f1d34f0eb
8 changed files with 196 additions and 85 deletions
|
@ -5,7 +5,6 @@
|
|||
if ($hassiteconfig) { // speedup for non-admins, add all caps used on this page
|
||||
|
||||
$ADMIN->add('unsupported', new admin_externalpage('purgemoodledata', 'Purge moodledata', $CFG->wwwroot.'/'.$CFG->admin.'/delete.php', 'moodle/site:config', true));
|
||||
$ADMIN->add('unsupported', new admin_externalpage('healthcenter', get_string('healthcenter'), $CFG->wwwroot.'/'.$CFG->admin.'/health.php', 'moodle/site:config', true));
|
||||
$ADMIN->add('unsupported', new admin_externalpage('toinodb', 'Convert to InnoDB', $CFG->wwwroot.'/'.$CFG->admin.'/innodb.php', 'moodle/site:config', true));
|
||||
$ADMIN->add('unsupported', new admin_externalpage('replace', 'Search and replace', $CFG->wwwroot.'/'.$CFG->admin.'/replace.php', 'moodle/site:config', true));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue