mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-38618_master' of git://github.com/dmonllao/moodle
This commit is contained in:
commit
60f9cae763
1 changed files with 3 additions and 0 deletions
|
@ -142,6 +142,9 @@ foreach ($vars as $var) {
|
|||
$CFG->noemailever = true;
|
||||
$CFG->passwordsaltmain = 'moodle';
|
||||
|
||||
$CFG->themerev = 1;
|
||||
$CFG->jsrev = 1;
|
||||
|
||||
// Unset cache and temp directories to reset them again with the new $CFG->dataroot.
|
||||
unset($CFG->cachedir);
|
||||
unset($CFG->tempdir);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue