Disabled global search by default and marked as experimental MDL-7296 and AJAX moved to experimental too

This commit is contained in:
skodak
2006-10-30 20:57:08 +00:00
parent 362af1586a
commit 5e435e4635
13 changed files with 62 additions and 3 deletions
-1
View File
@@ -88,7 +88,6 @@ $ADMIN->add('server', $temp);
$temp = new admin_settingpage('debugging', get_string('debugging', 'admin'));
$temp->add(new admin_setting_special_debug());
$temp->add(new admin_setting_special_perfdebug());
$temp->add(new admin_setting_configcheckbox('enableajax', get_string('enableajax', 'admin'), get_string('configenableajax', 'admin'), 0));
$ADMIN->add('server', $temp);