upload_perm
Definition
upload_perm()
modules/upload/upload.module, line 27
Description
Implementation of hook_perm().
Code
<?php
function upload_perm() {
return array('upload files', 'view uploaded files');
}
?> upload_perm()
modules/upload/upload.module, line 27
Implementation of hook_perm().
<?php
function upload_perm() {
return array('upload files', 'view uploaded files');
}
?>