9 lines
111 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;
?>