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 <[email protected]>
This commit is contained in:
@@ -315,6 +315,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
|
||||
// );
|
||||
|
||||
Reference in New Issue
Block a user