2006-10-24 08:13:13 +00:00

9 lines
111 B
PHP

<?php
/**
* This file is required if the course format is to support AJAX.
*/
$CFG->ajaxcapable = true;
?>