mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
9 lines
111 B
PHP
9 lines
111 B
PHP
|
<?php
|
||
|
/**
|
||
|
* This file is required if the course format is to support AJAX.
|
||
|
*/
|
||
|
|
||
|
|
||
|
$CFG->ajaxcapable = true;
|
||
|
|
||
|
?>
|