mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +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->noemailever = true;
|
||||||
$CFG->passwordsaltmain = 'moodle';
|
$CFG->passwordsaltmain = 'moodle';
|
||||||
|
|
||||||
|
$CFG->themerev = 1;
|
||||||
|
$CFG->jsrev = 1;
|
||||||
|
|
||||||
// Unset cache and temp directories to reset them again with the new $CFG->dataroot.
|
// Unset cache and temp directories to reset them again with the new $CFG->dataroot.
|
||||||
unset($CFG->cachedir);
|
unset($CFG->cachedir);
|
||||||
unset($CFG->tempdir);
|
unset($CFG->tempdir);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue