AJAX config for course format

This commit is contained in:
vyshane
2006-10-24 08:14:09 +00:00
parent 604c996ca6
commit 0321eb66d0
+9
View File
@@ -0,0 +1,9 @@
<?php
/**
* This file is required if the course format is to support AJAX.
*/
$CFG->ajaxcapable = true;
?>