Files
moodle/course/format/weeks/ajax.php
T
2010-10-28 07:41:28 +00:00

11 lines
212 B
PHP

<?php
/**
* This file is required if the course format is to support AJAX.
*/
$CFG->ajaxcapable = true;
$CFG->ajaxtestedbrowsers = array('MSIE' => 6.0, 'Gecko' => 20061111, 'Safari'=>531, 'Chrome'=>6.0);
?>