mirror of
https://github.com/moodle/moodle.git
synced 2025-03-09 18:30:03 +01:00
13 lines
219 B
PHP
13 lines
219 B
PHP
<?php
|
|
|
|
$capabilities = array(
|
|
|
|
'repository/s3:view' => array(
|
|
'captype' => 'read',
|
|
'contextlevel' => CONTEXT_MODULE,
|
|
'archetypes' => array(
|
|
'user' => CAP_ALLOW
|
|
)
|
|
)
|
|
);
|