11 lines
182 B
PHP
Raw Normal View History

2006-10-24 08:13:13 +00:00
<?php
/**
* This file is required if the course format is to support AJAX.
*/
$CFG->ajaxcapable = true;
$CFG->ajaxtestedbrowsers = array('MSIE' => 6.0, 'Gecko' => 20061111);
2006-10-24 08:13:13 +00:00
?>