Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Merge branch 'MDL-24394' of git://github.com/timhunt/moodle
[moodle.git]
/
repository
/
coursefiles
/
db
/
access.php
Commit
Line
Data
d3959c26
DC
1
<?php
2
3
$capabilities = array(
4
5
'repository/coursefiles:view' => array(
6
'captype' => 'read',
7
'contextlevel' => CONTEXT_MODULE,
8
'archetypes' => array(
9
'user' => CAP_ALLOW
10
)
11
)
12
);