upload_perm
- Versions
- 4.6 – 6
upload_perm()
Implementation of hook_perm().
Code
modules/upload/upload.module, line 27
<?php
function upload_perm() {
return array('upload files', 'view uploaded files');
}
?>Login or register to post comments upload_perm()Implementation of hook_perm().
modules/upload/upload.module, line 27
<?php
function upload_perm() {
return array('upload files', 'view uploaded files');
}
?>Login or register to post comments