mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 08:26:37 +02:00
MDL-80648 files: extend xsendfilealiases
Add missing entry for custom $CFG->localrequestdir locations in the preconfigured array for $CFG->xsendfilealiases in config-dist.php. Signed-off-by: Daniel Ziegenberg <daniel@ziegenberg.at>
This commit is contained in:
parent
f62c8d5383
commit
feefa25d3c
1 changed files with 1 additions and 0 deletions
|
@ -298,6 +298,7 @@ $CFG->admin = 'admin';
|
|||
// '/dataroot/' => $CFG->dataroot,
|
||||
// '/cachedir/' => '/var/www/moodle/cache', // for custom $CFG->cachedir locations
|
||||
// '/localcachedir/' => '/var/local/cache', // for custom $CFG->localcachedir locations
|
||||
// '/localrequestdir/' => '/tmp', // for custom $CFG->localrequestdir locations
|
||||
// '/tempdir/' => '/var/www/moodle/temp', // for custom $CFG->tempdir locations
|
||||
// '/filedir' => '/var/www/moodle/filedir', // for custom $CFG->filedir locations
|
||||
// );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue