repo.or.cz
/
moodle-linuxchix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Automatic installer.php lang files by installer_builder (20070726)
[moodle-linuxchix.git]
/
course
/
format
/
weeks
/
ajax.php
blob
2280eddd8154b13e0fae503de5335e1b812bc498
1
<
?php
2
/**
3
* This file is required if the course format is to support AJAX.
4
*/
5
6
7
$CFG
->
ajaxcapable
=
true
;
8
$CFG
->
ajaxtestedbrowsers
=
array
(
'MSIE'
=>
6.0
,
'Gecko'
=>
20061111
);
9
10
?
>