The handlers now throw moodle1_convert_exception instead of convert_exception
[moodle.git] / admin / settings / unsupported.php
blobb5cd7e55a7a44f9891839fa93157cea8c81ee679
1 <?php
3 // This file defines settingpages and externalpages in the "unsupported" hidden category, use wisely!
5 if ($hassiteconfig) { // speedup for non-admins, add all caps used on this page
7 $ADMIN->add('unsupported', new admin_externalpage('purgemoodledata', 'Purge moodledata', $CFG->wwwroot.'/'.$CFG->admin.'/delete.php', 'moodle/site:config', true));
8 $ADMIN->add('unsupported', new admin_externalpage('healthcenter', get_string('healthcenter'), $CFG->wwwroot.'/'.$CFG->admin.'/health.php', 'moodle/site:config', true));
9 $ADMIN->add('unsupported', new admin_externalpage('toinodb', 'Convert to InnoDB', $CFG->wwwroot.'/'.$CFG->admin.'/innodb.php', 'moodle/site:config', true));
10 $ADMIN->add('unsupported', new admin_externalpage('replace', 'Search and replace', $CFG->wwwroot.'/'.$CFG->admin.'/replace.php', 'moodle/site:config', true));
12 } // end of speedup